Salesforce Legacy API Versions Retirement
To check the users and metadata components using the older legacy API versions check the following. Note: Update the versions as per the current versions that are getting retired. Using ....
To check the users and metadata components using the older legacy API versions check the following. Note: Update the versions as per the current versions that are getting retired. Using ....
You're deep into configuring a new Omni-Channel Flow—the final, powerful piece of your automated service process. You reach the crucial Route Work action, click the Queue lookup, and... nothing. The ....
embeddedservice_bootstrap.prechatAPI.setHiddenPrechatFields() can be used to pass Hidden Pre-Chat data in Salesforce Messaging for In-App and Web. If you are new to Messaging for In-App and Web, then use the following ....
Sample Code: Apex Class: public class AccountListController { @AuraEnabled public static List < Account > fetchAccounts( Integer intOffSet ) { List < Account > listAccounts = new List < Account ....
If you face the Unable to load Embedded Messaging configuration Salesforce Exception. Check the following. 1. Make sure your Website domain where the Messaging Code is hosted is allow listed ....
Event Relay can be used to send Salesforce Platform Events to Amazon EventBridge. 1. Create a Platform Event in Salesforce. 2. Create a Connected App in Salesforce. Callback URL should ....
Infinite or Lazy Loading in Salesforce Lightning Web Component can be done using lightning-datatable. Please check the following code for reference. For rows selection sample code, please check https://www.infallibletechie.com/2023/02/salesforce-lwc-lightning-datatable-with-row-selection.html Sample ....
Follow the below steps for Salesforce Chat Browser Notification. 1. Allow Notifications for your Browser in your OS Settings. If you are using Windows, then go to Notifications and select ....
The following exception is thrown when sending emails and updating the users using apex with setSaveAsActivity set as true while sending emails. Exception: MIXED_DML_OPERATION, DML operation on setup object is ....
When viewing the EmailMessage records, the following Exception is thrown when the EmailMessage Status is 5 i.e draft. Insufficient PrivilegesYou do not have the level of access necessary to perform ....