Salesforce Omni-Channel Agent Presence Status Report
Report on User Presence entity can be used to track the History of Omni-Channel Status by users/agents in Salesforce. Report on User Presence entity can be used to track Salesforce ....
Report on User Presence entity can be used to track the History of Omni-Channel Status by users/agents in Salesforce. Report on User Presence entity can be used to track Salesforce ....
In the page layout, create a new Section and make it as 1 column. Output:
1. Use the following command to include all untracked and changed files. git add * 2. Use the following command to Commit the changes. git commit -m "commit comment" 3. ....
The following steps is for moving Salesforce Components from Visual Studio Code to GITHUB. 1. Setup VS Code with Salesforce Extensions. Create a Project with Manifest and retrieve the components ....
1. Create a Report with "Opportunity" Report Type. 2. Group the Report by Account Name. Summarize the Amount field with Sum.Output:
SOQL on UserServicePresence can be used to track user status changes in Salesforce Omni-channel. Sample SOQL: SELECT Id, Name, User.Name, ServicePresenceStatus.DeveloperName, StatusStartDate, StatusEndDate FROM UserServicePresence WHERE StatusStartDate = LAST_N_DAYS:15 ORDER BY ....
Sample code: HTML: <template> <lightning-card> <lightning-combobox name="filter" label="Industry" value={selectedValue} options={options} onchange={handlePicklistChange} placeholder="Select Industry" read-only={readOnlyBool}> </lightning-combobox> <p slot="footer"> <lightning-button onclick={enablePicklist} label="Enable"></lightning-button> <lightning-button onclick={disablePicklist} label="Disable"></lightning-button> </p> </lightning-card> </template> JavaScript: import { LightningElement, ....
In the below implementation, I have created Custom quick action with Lightning Web Component to forward the records(Accounts) to the target org. Pre-requisite: Salesforce to Salesforce Setup: https://www.infallibletechie.com/2012/03/salesforce-to-salesforce-connection-2.html Sample code: ....
Create a Record Triggered Flow to populate Account when Contact is selected in Name(WhoId) while creating Task. Sample Flow:Find Contact from Who Id Salesforce Flow:Note:"003" used here is to make sure ....
Exception: You Cannot Reset your Password You Haven't Selected an Answer to Your Password Hint. Try the Following: Contact your Company's Administrator for Assistance. This Exception is thrown when the ....