function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
chuckdubdubchuckdubdub 

PHP, SF API and Custom Objects

I guess the long and short of my question is to ask: Using PHP 5.x and the SF API can I update or create records similar to how I have been doing it with LEADS, CONTACTS and other "standard" SF tables? Any reference links to info/documentation around syntax of using custom objects in this way? Thank you! Chuck Wyatt
msimondsmsimonds
You sure can insert, update, upsert, and delete data from custom objects just as you do to the standard objects in your organizations instance. 

Here is an example!


Hope this helps


~Mike