Category Archives: Einstein

Salesforce Einstein Analytics Deployment

Salesforce Einstein Analytics Deployment: Salesforce Einstein Analytics components can be deployed in orgs via three ways:

If the Einstein Analytics components will be deployed to a related org then Change set is the best option.
Else Package-based metadata deployment using VS Code is the freeware to carry out the deployment.

There are deployment tools like AutoRabit, Copado Gearset etc who supports Einstein Analytics component deployment seamlessly but the assumption here is customers don’t have a license of any of those tools.

Before starting, please make sure who is carrying out the deployment has the below permission

  • Manage Analytics
  • API enabled
  • Modify Metadata
  • Modify All Data

Below is the package.xml

<types>
  <members>Analytics</members>
  <name>Settings</name>
<members></members>
  <name>WaveApplication</name>
<members></members>
  <name>WaveDataflow</name>
<members></members> 
  <name>WaveDashboard</name>
<members></members>
  <name>WaveDataset</name>
<members></members>
  <name>WaveLens</name>
<members></members>
<name>WaveComponent</name>
<members></members>
  <name>WaveRecipe</name>
<members></members>
  <name>WaveXmd</name>
</types> 
  • Security Predicates update is a post deployment manual task

Connect to the source org from VS code and retrieve the components using the above xml. Then connect to the destination org and deploy.

Please be cautious about any component override.

Change set based deployment link

https://help.salesforce.com/s/articleView?id=sf.bi_packaging_migrate.htm&language=en_US&r=https%3A%2F%2Fwww.google.com%2F&type=5

https://twirltech.in/architect-blogs/

Salesforce: File transfer through Einstein BOT

Options to transfer File through Salesforce Einstein BOT

Currently, there is no file upload functionality in the einstein chatbot – between Bot and a Customer. A file transfer facility is available between Agent and Customer, by transferring chat from Einstein bot to Agent and then Agent can request the customer to transfer file by sending a link to transfer file.

A customer can’t upload a file until you initiate the file transfer by clicking the file transfer icon. This restriction helps prevent customers from uploading unsolicited or potentially dangerous files into the chat.

Salesforce: File transfer through Einstein BOT
Salesforce: File transfer through Einstein BOT

The is an idea to allow file transfer through Einstein BOT: https://trailblazer.salesforce.com/ideaView?id=0873A0000015BDVQA2

https://twirltech.in/architect-blogs/