How to participate in Salesforce Pilot features?
In order to participate in Salesforce Pilot features, an Admin from the client has to submit a Salesforce support case. Salesforce support will provide the steps to participate in the ....
In order to participate in Salesforce Pilot features, an Admin from the client has to submit a Salesforce support case. Salesforce support will provide the steps to participate in the ....
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}" ....