How to find original Chatter post and original date of post in Salesforce?
1. Go to Report Types. 2. Create a Custom Report type with Feed Revisions as the primary object. 3. Go to Reports tab. 4. Click New report. Select Feed Revisions ....
1. Go to Report Types. 2. Create a Custom Report type with Feed Revisions as the primary object. 3. Go to Reports tab. 4. Click New report. Select Feed Revisions ....
Salesforce Einstein BOTs are used to: Automate repeated tasks Reduce the workload on the service agents Provide self-service to simple and medium level questions Using the Salesforce Einstein Builder, we ....
1. Go to Einstein Bots under Service Cloud Einstein. 2. Enable Einstein Bots. 3. Accept the terms and conditions. 4. Click "Try Einstein" button. 5. Select Edit action in Live Agent in Deployment ....
Sample Code: Lightning Component: <aura:component implements="force:appHostable" controller="Sample"> <div class="slds-box slds-theme_default"> <lightning:button variant="brand" label="Click" onclick="{!c.call1}"/> </div> ....
RestResource Annotation The @RestResource annotation is used at the class level and enables you to expose an Apex class as a REST resource. @RestResource is at the class level. It is ....
To enable/disable component caching in Salesforce 1. Go to Session Settings. 2. Check Enable secure and persistent browser caching to improve performance. For better performance, Enable secure and persistent browser caching to ....
Currently, a Global Action cannot be added to an object if that object is on the Detail side of the Master-Detail relationship. https://success.salesforce.com/ideaView?id=0873A000000CMPMQA4 So, if an object has Master Detail ....
Component: <aura:component implements="force:appHostable" > <div class="slds-box slds-theme_default"> <lightning:recordForm recordId="001f200001XrzFQAAZ" ....
Overdue Tasks in Salesforce Classic Overdue Tasks in Salesforce Lightning Experience
If Salesforce recalculates the time triggers to a date in the past, Salesforce triggers the associated actions shortly after you save the record. If a workflow rule has a time ....