How to find related required permissions for a permission in Salesforce?
In Profile and as well as in Permission Set, we have information icon next to the Permission to find the related permission for it in Salesforce. 1. Open Profile or ....
In Profile and as well as in Permission Set, we have information icon next to the Permission to find the related permission for it in Salesforce. 1. Open Profile or ....
We can insert and delete GroupMember records using Salesforce SOAP API. Check the following steps to insert and delete GroupMember records using Salesforce SOAP API. 1. Send Login request to ....
STRING_TOO_LONG "data value too large" Exception in Salesforce occurs due to populating a field with more than its maximum length. For example, if a field length is set to 255 ....
Salesforce Pre-Chat info will be stored in ConversationContextEntry entity when the chat is initiated. So, we can query the ConversationContextEntry entity. To initiate Salesforce Chat via REST API, please check the ....
When you enable the first Salesforce external user on a Partner Account record, a user Role Hierarchy gets created for that Account record. The new role hierarchy rolls up to ....
Sample code to Reproduce the issue: let obj = {}; obj.a = "A"; obj.b = obj; console.log( JSON.stringify( obj ) ); JSON.stringify() method does not support the circular references. So ....
In the following sample code, I have searched Date data type fields in Account, Lead and Opportunity objects. Sample Code: Set < String > listsObjs = new Set < String ....
To remove or adjust fields in Add Contact Roles in Salesforce, update the Search Layout in the Contact Object. The fields from the Contact Search Layout is used in the ....
To give Agents ability to see other Agents status without using Omni-Supervisor in Salesforce, report on User Presence entity can be used. 1. Create a Custom Report Type on User ....
Starting Summer '22 Release, Omni-Channel notification audio can be customised in the Presence Configuration Audio Settings Sections. Check the following steps for adjusting the Omni-Channel notification audio. 1. Create a ....