Lookup Field Filter in Salesforce Dashboard
Lookup field is supported in Salesforce Dashboard Filter. When you use Lookup field in the Salesforce Dashboard filter, use the record name instead of Id to filter the records. If ....
Lookup field is supported in Salesforce Dashboard Filter. When you use Lookup field in the Salesforce Dashboard filter, use the record name instead of Id to filter the records. If ....
Exception: System.DmlException: Update failed. First exception on row 0 with id 06AXXXXXXXXXXXXXXX; first error: INSUFFICIENT_ACCESS_OR_READONLY, You can't create a link for Email Message when it's not in draft state.: [LinkedEntityId] ....
Salesforce Live Chat Object Access Configuration object/entity represents the action that can be performed on a specified object/entity by the Chat API. API name of the Salesforce Live Chat Object ....
To prevent or avoid users selecting "All with access" in Salesforce Chatter Post, we can develop a Apex Trigger on FeedItem object/entity and throw an error. Please check the following ....
Exception: You have reached the Connect API's hourly request limit for this user and application. Please try again later. Resolution: The hourly Connect API limit is 2000 per user. So, ....
Exception: "Playground" beta has expired Resolution: 1. Open the Apple TestFlight App. 2. Click Update option next to the Playground App. 3. After the update completion, open the Playground App. ....
Exception: [ { "message": "This feature is not currently enabled for this user.", "errorCode": "FUNCTIONALITY_NOT_ENABLED" } ] Resolution: This exception is thrown in Salesforce when the API Integration user is ....
Sidebar Search in Salesforce Classic is used to search records. This is available when the Chatter Settings is disabled. If Chatter is disabled, Global Search will not be available. https://www.infallibletechie.com/2018/12/how-to-disable-global-search-in.html ....
We can merge fields in the Salesforce Messaging Component to greet using the agent’s name in Salesforce Messaging for In-App and Web Session. Messaging Component: Formula Template: Hello {!$Parameters.MessagingSession.MessagingEndUser.name}, Thank ....
In the Salesforce Presence Configuration for the Omni-Channel configuration, we can make use of Agent Alias to replace or mask or hide an actual agent’s name in Salesforce Messaging for ....