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
I have noticed that sometime, the record I try to update does not getting updated, and I also not seeing any error. When I retry later, the same records gets updated.
Hi,
I have noticed that sometime, the record I try to update does not getting updated, and I also not seeing any error. When I retry later, the same records gets updated.
How can I check if the call was success?
$response = Forrest::sobjects('Case/'.$record['Id'],[ 'method' => 'patch', 'body' => [ 'fieldname' => "fieldvalue" ], 'headers' => [ 'Sforce-Auto-Assign' => 'FALSE' ] ]);
With the above method the $response variable is always null.
Anyone knows how to check for success/failure ?
Thank you
The text was updated successfully, but these errors were encountered: