Salesforce SOQL to find whether Lead was assigned via Assignment Rule
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 ....
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 ....
Using Service Cloud Voice LWC Toolkit API Events, we can perform actions using Lightning Web Component. Sample Code: HTML: <template> <lightning-service-cloud-voice-toolkit-api> </lightning-service-cloud-voice-toolkit-api> </template> JavaScript: import { LightningElement } from 'lwc'; ....
In InvokeSalesforceRestApiFunction Lambda, updateRecord method can be used to update records in Salesforce. If you haven't setup the Connected App and Amazon Variables, please check this https://www.infallibletechie.com/2022/11/how-to-test-salesforce-soql-from-aws-invokesalesforcerestapifunction-lambda-function-in-the-aws-console.html Sample Payload to ....
The following exception is thrown when the Dev Hub org is not authorized while creating the scratch org. Make sure that the org with username and ID is enabled as ....
Pre-Requisites: 1. VS Code. 2. project-scratch-def.json file in VS Code. { "orgName": "Demo Company", "edition": "Developer", "features": ["Communities", "ServiceCloud"], "settings": { "communitiesSettings": { "enableNetworksEnabled": true }, "omniChannelSettings": { "enableOmniChannel": true ....
The following exception occurs when the default Dev Hub org is not set. "This command requires a dev hub org username set either with a flag or by default in ....
In InvokeSalesforceRestApiFunction Lambda, createRecord method can be used to create records in Salesforce. If you haven't setup the Connected App and Amazon Variables, please check this https://www.infallibletechie.com/2022/11/how-to-test-salesforce-soql-from-aws-invokesalesforcerestapifunction-lambda-function-in-the-aws-console.html Sample Payload to ....
Pre-requisites: 1. Install OpenSSL to generate certificate. 2. Run the below command from MS Command in Windows or Terminal from Mac OS to generate server.pass.key file. openssl genrsa -des3 -passout ....
"We can't load the channel list right now. Try again later." Salesforce Exception is thrown when creating Swarm Request in Salesforce 1. When the Workspace Id passed in the Slack ....
If you are going to use Experience Cloud Site, then use the following link. https://www.infallibletechie.com/2023/09/greet-customers-in-salesforce-einstein-bot-without-pre-chat-from-experience-cloud-site.html We can use Einstein BOT Context Variable to greet Customers without Pre-Chat Form in Salesforce ....