How to store user entered values in Einstein Bot in Salesforce Object?
In the below example, I have configure Einstein Bot in a way to capture user entered values and creating a Case record. At the end, Case Number is shared for ....
In the below example, I have configure Einstein Bot in a way to capture user entered values and creating a Case record. At the end, Case Number is shared for ....
Note: You need Digital Engagement Messaging to try the below. To know more about it check - https://www.infallibletechie.com/2020/04/digital-engagement-messaging-in.html Agent-initiated outbound messaging is available only on the SMS text message channel. ....
1. Rest parameters ...There will be no error because of “excessive” arguments when calling the function. function totalOf(...nums) { // nums is the name for the array let sum ....
System.CalloutException: Unexpected end of file from serverThe Salesforce requests(Callouts) receiving server may have a firewall and blocking the Salesforce IP addresses. So, whitelist Salesforce IPs. Salesforce IP Addresses and Domains ....
The exam has two parts1. Multiple-choice exam(Only JavaScript questions)2. Lightning Web Components Specialist super badge Trailhead - https://trailhead.salesforce.com/en/content/learn/trails/study-for-the-salesforce-javascript-developer-i-exam Best Link for preparing JavaScript - https://javascript.info/ What is the Difference between var and ....
Do the following if the "Assign using active assignment rules" checkbox is not available in Salesforce Lightning. 1. Deactivate and reactivate the Assignment Rule. 2. Make sure Case Assignment Checkbox is enabled ....
How to just validate the package with Specific test classes using ANT tool in Salesforce? build.xml: <target name="validateSpecified"> <sf:deploy username="${sf.username}" password="${sf.password}" serverurl="${sf.sandboxurl}" ....
1. Create a custom report type with Primary Object "Chat Transcripts". 2. Select Chat Transcript Events to relate it with Chat Transcript object. 3. Create a Report with the custom ....
To avoid this issue, follow the below steps and adjust the CSS for profileName class.1. Click Edit CSS.2. Add the below CSS and save it.
pacakge.xml: <types> <members>*</members> <name>Translations</name> </types> <types> <members>LeadGen</members> <name>CustomApplication</name> </types> Using above, we can retrieve the Translation used for the Custom Application "LeadGen". Folder Name will be "translations". Translation will be ....