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
bantonbanton 

Retrieving Object ID after Create

I would like to retrieve an object id from the SaveResult array returned from a create request. I am not too experienced with using the API, so any help would be appreciated.
Park Walker (TAGL)Park Walker (TAGL)
You might want to try using print_r() or var_dump() to see the structure of the result. You should be able to figure out how to access the returned Id from that.