How to handle locking exception?
When an sObject record is locked, no other client or user is allowed to make updates either through code or the Salesforce user interface. The client locking the records can perform logic on ....
When an sObject record is locked, no other client or user is allowed to make updates either through code or the Salesforce user interface. The client locking the records can perform logic on ....
The first step to troubleshoot the unsupported_grant_type exception in Salesforce is to check the Login History. https://www.infallibletechie.com/2013/08/how-to-view-login-history-of.html 1. When you face {"error":"unsupported_grant_type","error_description":"grant type not supported"} error, put all the information in ....
When updating the role hierarchy or group membership through integration or the administration console, customers might occasionally receive a “could not acquire lock” error and have to repeat the operation. ....
Exception: Service not found at: /lapi/record-ui/ salesforce Resolution: Check the URL in the request to fix this issue. Sample Successful Request:
If you face the below issue in Named Credential, make sure Default Scope is set in Auth. Provider. "The authentication provider didn't provide a refresh token. If the access token ....
System.QueryException: Aggregate query has too many rows for direct assignment, use FOR loop Salesforce Exception is thrown when the sub-query returns too many rows. In order to avoid System.QueryException: Aggregate ....
"The Default Workflow User must be set before activating this workflow rule" Salesforce Exception is thrown if the Default Workflow User is not set in the Process Automation Settings. Please ....
1. Check whether there are any typo in the code. 2. If the issues is in Apex manage sharing reason access, check the OWD of the object. Note: OWD of ....
It's a known issue from Salesforce. Check the below link for more information https://success.salesforce.com/issues_view?id=a1p300000008YH8AAM Logout and log in again. It worked for me. Click "This Affects Me", so that you ....
If you face unsupported grant_type Salesforce issue, check the below steps. 1. If you are using POST, check whether the Content-Type is set as application/x-www-form-urlencoded. 2. Check whether setBody() has correct body ....