Composite Graph in Salesforce
Composite Graph in Salesforce Composite Graph in Salesforce is similar to Composite Request. But, this has higher limit. Powerful API request to avoid multiple API calls to Salesforce. Regular composite ....
Composite Graph in Salesforce Composite Graph in Salesforce is similar to Composite Request. But, this has higher limit. Powerful API request to avoid multiple API calls to Salesforce. Regular composite ....
1. Select Enable Queue under Chat Button.2. Set the Overall Queue Size.In my example, I have set it to 3. So, if all the agents are at 100% capacity, 3 ....
Go to My Domain in Salesforce Setup to brand the Login Page. To modify or update your Salesforce Login Page, use the following steps. 1. Go to My Domain. 2. ....
1. Create a List View in the Recycle Bin Tab.2. Click the Char icon. 3. Enter Chart Name and select the other values. Aggregate Type should be count. Click Save button ....
<liveAgent:clientChatQueuePosition /> in Salesforce Chat can be used to show the Queue position. Sample Code: <apex:page showHeader="false"> <style> body { overflow: hidden; width: 100%; height: 100%; padding: 0; margin: 0 ....
1. Go to Sites under Setup.2. Under Sites section, click the Site Label to open the Site.3. Set Clickjack Protection Level to "Allow framing by any page (No protection)".Note: It ....
1. equals() Returns true if they are same and not null. 2. equalsIgnoreCase() Returns true if they are same ignoring Case(Upper or Lower Case) and not null. Sample Code: String ....
<iframe> tag can be used to show Visualforce page inside a Lightning Web Component in Salesforce. Check the following sample implementation for reference. Sample Code: Visualforce: <apex:page > Record Id from ....
Note: 1. Digital Engagement license is required to use this feature. 2. SMS Channel should be setup in the org. Follow https://www.infallibletechie.com/2020/04/sms-channel-setup-in-digital-engagement.html for setting up. Follow the below steps to ....
In the below example Notification will be sent to the Account owner when the file is attached to their Account records. Notification Type in Setup: Sample Code:trigger ContentDocumentLinkTrigger on ContentDocumentLink ( ....