Please like,follow,bookmark,subscribe this site to receive daily updates.
Thursday, May 27, 2021
[{"errorCode":"NOT_FOUND","message":"Invalid Lookup SObject:"}] Error in Einstein Bot Object Search
Please like,follow,bookmark,subscribe this site to receive daily updates.
Wednesday, May 26, 2021
How to Add/Upload Bulk Utterances to an Intent Present Inside an Einstein Intent Set
- Salesforce UI
- Data Loader (version above 47 only)
- Go to the an Intent set
- Open an Intent for which you want to add utterances
- Add the each sentence you want to add under the Utterances section
- MLDOMAINNAME - The intent set api name
- MLINTENTNAME - The intent api name
- UTTERANCE - Utterance text/sentence
Please like,follow,bookmark,subscribe this site to receive daily updates.
Hope this helps you..Enjoy..!
Tuesday, May 18, 2021
How to Find The List of Users Assigned Under Particular Permission Set License
SELECT Id, DeveloperName, MasterLabel, TotalLicenses, Status FROM PermissionSetLicense
SELECT Id,AssigneeId ,Assignee.Name,PermissionSetLicenseId, CreatedDate,
CreatedById, LastModifiedDate, LastModifiedById, SystemModstamp
FROM PermissionSetLicenseAssign where PermissionSetLicenseId='0PL100000008sUwGAI'
The sample looks like below
Thursday, May 13, 2021
Messaging Objects Schema in Salesforce
What is Messaging ?
Messaging is providing the convenient way to the customer chatting from their mobile devices using most popular social media apps or text apps with salesforce executives/agents/bots.
Messaging currently works on below listed apps
- Facebook messenger
- SMS
- MessagingChannel
- MessagingChannelSkill
- ConversationEntry
- MessagingSession
- MessagingEndUser
- MessagingTemplate
- MessagingDeliveryError
Please like,follow,bookmark,subscribe this site to receive daily updates.
Hope this helps you..Enjoy..!
Monday, May 10, 2021
How to see the list of Whatsapp Numbers(Customers) who interacted with Einstein Bot
Scenario:
Let's assume that you configured a Einstein bot to handle the some of the end user queries before connecting to the agent. Obviously this bot need to be assigned either with Live agent chat or Messaging channel (Whatsapp/Facebook messenger/text) to answer the queries.
In our case consider that we have assigned this Bot with Messaging channel called Whatsapp and sometimes the bot will answers all the customer queries and ends the chat automatically and in some cases the bot will transfers the chat to agents.
The overall setup is done and it's working as expected. After the couple of days if you want to know the details of the customers (whatsapp) who interacted with Bot and the conversations has been automatically closed by the Bot.
Solution:
According to the salesforce documentation every time the customer comes to messaging channel an entry will created( if not exist already) in object called Messaging User with details as shown in below image.
Please like,follow,bookmark,subscribe this site to receive daily updates.
Hope this helps you..Enjoy..!
Thursday, May 6, 2021
Bot: Bot needs at least one Bot version.
You will receive this error while your deploying the Einstein bots from one org to another org.
When you encounter this type of issue please cross check whether did you added the what version of the bot has to be deployed is added in the change set or not.
If not added just click on the view dependencies section of the change set and check for the bot version type and select the corresponding version.
Please like,follow,bookmark,subscribe this site to receive daily updates.