How to find Salesforce Reports usage in Dashboards?
Salesforce Custom Report Type on Reports with Dashboard Components can be used to find Reports usage in Dashboards. 1. Create a Custom Report Type on Reports with Dashboard Components. 2. ....
Salesforce Custom Report Type on Reports with Dashboard Components can be used to find Reports usage in Dashboards. 1. Create a Custom Report Type on Reports with Dashboard Components. 2. ....
1. Go to Feed Tracking in Salesforce Setup. 2. Select Case Object. 3. Select Case Owner field for tracking. 4. Save the Feed Tracking Changes. 5. Create a Case to trigger the ....
To resolve the System.CalloutException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 403 Forbidden" Salesforce Exception, 1. Allow list Salesforce IP addresses. 2. Make sure the Certificates used is Salesforce ....
Time difference between Case Creation Date and Email Message MessageDate can be used to find time delay in Case creation from Salesforce Email-To-Case. Sample Code: for ( EmailMessage objEM : ....
In this Blog Post, I have avoided using Logo and Agent Name in the Salesforce Embedded Service Chat Header. To remove Logo and Agent Name in the Salesforce Embedded Service Chat Header, ....
1. Go to Feed Tracking in Salesforce Setup. 2. Select Lead Object. 3. Select Lead Owner field for tracking. 4. Save the Feed Tracking Changes. 5. Create a Lead to ....
embedded_svc.settings.defaultMinimizedText should be updated or set to update "Chat with an Expert" value in the Salesforce Embedded Service Deployment. Output: Note: Please test the changes after few mins for the ....
substr() can be used to get last n characters from a field in Splunk. Syntax: | eval customfield=substr( Field, -15 ) Example: | eval recordId=substr( result, -15 )
When a Lead record was assigned via Assignment Rule, in the Lead History entity, we should see an entry with ownerAssignment as the value in the Field column. Make sure ....
Give the permission "AmazonS3FullAccess" to the API User to access Amazon AWS S3 Buckets List via API. As a best practice, avoid using Root user account for API Access. To ....