Salesforce Einstein BOT Input Validation
Custom Entity with Regex Pattern can be used to validate customer input in Salesforce Einstein BOT. 1. Create a Custom Entity. Use the Regex Pattern to validate the customer input. ....
Custom Entity with Regex Pattern can be used to validate customer input in Salesforce Einstein BOT. 1. Create a Custom Entity. Use the Regex Pattern to validate the customer input. ....
Exception: You can't create a contact for this user because the org doesn't have the necessary permissions. Contact Salesforce Customer Support for help. The Salesforce Exception "You can't create a ....
Exception: System.CalloutException: You have uncommitted work pending. Please commit or rollback before calling out Callouts are not allowed when there is an uncommitted transaction pending. For example, if a save ....
Following Options can be used to debug Lightning Aura Component JavaScript Controller. Option 1: console.log() statements can be used. Option 2: Breakpoints in the Browser. Sample Lightning Aura Component: Component: ....
To create custom address fields in Salesforce, use the following steps. 1. Go to User Interface in Salesforce Setup. 2. Enable "Use custom address fields". Create a Custom Address Field. ....
__c : Custom Object or Custom Field or Custom Settings __pc : Custom Person Account/Contact Field __r : Custom Relationship __b : Custom Big Objects __e : Platform Events __mdt ....
Apex Classes assignment to a Profile are stored in SetupEntityAccess entity/object. So, by filtering ParentId with the Profile's Permission Set Id and SetupEntityType = 'ApexClass', we can fetch the Apex ....
Using lightning:workspaceAPI and force:serviceCloudVoiceToolkitApi can be used to focus Voice Call records tab for Salesforce Service Cloud Voice Outbound Calls when made by the agents. Sample Lightning Component: Component: <aura:component ....
Store customer input from Amazon Connect can be used to get the customer input and Set contact attributes can be used to populate or pass or store the customer entered ....
Exception: System.TypeException: Cannot have more than 10 chunks in a single operation. Please rearrange the data to reduce chunking. This exception is thrown when List < sObject > variable has ....