How to update filters in Real-time metrics in Amazon Connect?
1. Select Table Settings. 2. Select Filters Tab. Adjust the filters and click Apply button. https://youtu.be/J5uHM-JaaK8
1. Select Table Settings. 2. Select Filters Tab. Adjust the filters and click Apply button. https://youtu.be/J5uHM-JaaK8
No such column 'BusinessHours' on entity 'Case' Exception in Salesforce is thrown since BusinessHours is not a column or field in Case Entity. Instead use BusinessHoursId or BusinessHours.Name. As per ....
We can query LoginHistory entity using AuthenticationServiceId to find the users who logged in using Social Logins. AuthenticationServiceId refers to Auth. Provider Id which is used in the Social Login. ....
To change the timezone in https://status.salesforce.com/, follow the below steps: 1. Open https://status.salesforce.com/. 2. Select the gear icon on the top right corner. Select the Timezone. 3. Change the Timezone ....
Sample Code: HTML: <template> <lightning-card> <lightning-input-rich-text> <lightning-rich-text-toolbar-button-group slot="toolbar" aria-label="Sample Button Group"> <lightning-rich-text-toolbar-button icon-name="utility:save" icon-alternative-text="Save" onclick={handleSave}> </lightning-rich-text-toolbar-button> <lightning-rich-text-toolbar-button icon-name="utility:email" icon-alternative-text="Email" onclick={handleEmail}> </lightning-rich-text-toolbar-button> </lightning-rich-text-toolbar-button-group> </lightning-input-rich-text> </lightning-card> </template> JavaScript: import { LightningElement } ....
In this Blog Post, we are going to cover troubleshooting steps when Salesforce is down for your users. 1. As an Admin, login as the affected User from your network and ....
If the agents are not seeing Chat Transfer to Chat Button, then make sure Chat Transfer To Chat Buttons Enabled is set to true on the Chat Agent Configuration. https://youtu.be/VnFe3qkY9ag
An escalation in Salesforce Einstein BOT is any attempt to transfer to an agent, queue, or another Einstein BOT. The transfer was initiated due to an error or exception or ....
1. Create an Email Quick Action with HTML Body and Text Body set to blank. 2. Add the Quick Action to the page layout and test it. Output: Standard Email ....
1. Create a Connected App for REST API. 2. Get the token by doing a POST request. 3. Do a POST request to create a record using the access token ....