You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I persist a new SObject (e.g Contact) on SF using the persist() method of the Client, the default response is true on success. But what if SF is returning JSON (crm_id) on successful persist. Is it possible to retrieve this data in the response?
The text was updated successfully, but these errors were encountered:
If I persist a new SObject (e.g Contact) on SF using the
persist()
method of the Client, the default response istrue
on success. But what if SF is returning JSON (crm_id
) on successful persist. Is it possible to retrieve this data in the response?The text was updated successfully, but these errors were encountered: