How to add Customer Community or Experience Cloud users to Public Group in Salesforce?
Select "Customer Portal Users" in the Search. This will list all the Customer Community or Experience Cloud users to add it to the Public Group
Select "Customer Portal Users" in the Search. This will list all the Customer Community or Experience Cloud users to add it to the Public Group
INVALID_CROSS_REFERENCE_KEY 1. If the user doesn't have access to the Lookup or Master detail relationship records when they are updating a record with it. 2. If the user is trying ....
1. How to route Leads/Cases/Chats/Custom Object records based on Agents Availability in Salesforce? We can use Omni-Channel feature in Salesforce. Based on the Omni-Channel presence status(Online, Offline, Away, etc), the ....
To find Report references in a Dashboard, use the following SOQL. Sample SOQL: SELECT Dashboard.Title FROM DashboardComponent WHERE CustomReportId = '00O8c000007uh5UEAQ' Output:
Organization concurrent user limit exceeded Exception in Salesforce occurs due to "Maximum number of concurrent clients (subscribers) across all channels and for all event types" limit.Check the limit as it ....
lightning/uiRelatedListApi can be used to fetch the related records and display using Lightning Web Component. Since we use lightning/uiRelatedListApi, apex code is not required to fetch the related records. Check ....
lightning/uiRelatedListApi can be used to find number of related records using Lightning Web Component. Check the sample code below: Sample Code: HTML: <template> <lightning-card> No of Contacts is ....
Use the following steps for Salesforce and Xero integration. 1. Open the following link.https://developer.xero.com/app/manage Note: If you don't have an account, sign up for a free trial. 2. Click New ....
1. Create a Custom Report Type.2. Use Knowledge Articles as Primary object and Article View Statistics as the related object. 3. Use the Custom Report Type and create the report. Set ....
1. Create a Custom Report Type.2. Use Knowledge Articles as Primary object and Article View Statistics as the related object. 3. Use the Custom Report Type and create the report. Set ....