How to create and query Salesforce Custom Address Field?
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. ....
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 ....
Pilot feature Interrupt Long-Running Work to Handle Time-Sensitive Work can be used to manage separate Capacity for Salesforce Chat and Case Service Channels. Reference Article: https://help.salesforce.com/s/articleView?id=release-notes.rn_omnichannel_capacity_pools.htm&release=242&type=5 Check the following configurations ....
Convert the Map Data Type values returned from the Apex Class to an array to display it on the screen using the Lightning Web Component. Sample Code: Apex Controller: public ....
We can route Salesforce Messaging for In-App and Web Sessions to BOT when agents are Offline or Unavailable and route to the queue when agents are available using Omni-Channel Flow. ....
Group and QueueSObject entities can be used to insert or create multiple Queues and associate object using Salesforce Apex. Check the following apex code to create multiple or bulk or mass ....