Salesforce BlacklistedConsumer Metadata
Salesforce BlacklistedConsumer Metadata contains the Connected Apps that are blocked or inaccessible to the Users. 1. Go to Connected Apps OAuth Usage in Salesforce Setup. 2. Block the Connected App ....
Salesforce BlacklistedConsumer Metadata contains the Connected Apps that are blocked or inaccessible to the Users. 1. Go to Connected Apps OAuth Usage in Salesforce Setup. 2. Block the Connected App ....
Exception: We’re having trouble with call monitoring right now. Try again or contact your Salesforce admin Resolution: This exception is thrown when the Omni-Channel Supervisors tries to listen in to ....
role="outputOnly" should set in the property tag for the targetConfig targets="lightning__FlowScreen" tag to pass data from Salesforce Lightning Web Component to Flow. Sample Lightning Web Component: HTML: <template> <lightning-card> <lightning-datatable ....
AgentWorkSkill(Agent Work Skill) object/entity in Salesforce Omni-Channel represents skills used to route a work item to an agent. This object/entity is mainly used for reporting purpose. It contains the dropped ....
ObjectPermissions object/entity should be queried for Profile of UserType Guest to find Salesforce Guest User Profiles Object Access. Sample Apex Code: List < ObjectPermissions > listObjPerms = [ SELECT Parent.Profile.Name, ....
Salesforce Lightning Web Component lightning/navigation can be used to open a record from Flow. HTML: <template> </template> JavaScript: import { LightningElement, api } from 'lwc'; import { NavigationMixin } from ....
To preview the File in Salesforce Lightning Web Component, we need the Content Document Id and the Content Version Id. Sample Lightning Web Component: HTML: <template> <lightning-card> <div class="slds-m-around_medium"> <template ....
For Salesforce Lightning Web Component File Upload and Preview Link, we can use lightning-file-upload to upload file and Lightning Navigation for Preview URL. Sample Lightning Web Component: HTML: <template> <lightning-card> <div ....
Salesforce Contact CleanStatus Field is part of Data.com. If you are facing any errors or exceptions due to this field, you can disable this feature if you are not actively ....
{!$Context.VariableName} should be used to display Context Variable in Salesforce Einstein BOT. 1. Extract the BOT. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Package xmlns="http://soap.sforce.com/2006/04/metadata"> <types> <members>WhatsApp_Bot</members> <name>Bot</name> </types> <version>59.0</version> </Package> 2. Add ....