Chapter 9 : Einstein Discovery

 It is not enough to do traditional BI or Visualization, next trend is Intelligent Experience.

Common questions to ask

  • What Happened
  • Why it happened
  • What will happen
  • What to do about it



You can create Stories from the dataset.
In Intelligent experience you get the following all in one page:
  • Get notified
  • See what happened using charts
  • See predicted win rate
  • Take Action
  1. Create a new dataset from CSV.
  2. Create a Story. Used to Maximize/Minimize the variable. For example maximizing daily quantity.
  3. Select the fields


It would run descriptive analysis followed by predictive analysis.
Deploy to Salesforce. This will deploy your model to Salesforce.

Without Sync dataset pulls data fresh directly from SF objects.
With Sync enabled there is persistent sync layer. Which has option for incremental sync for SF local objects upto 100 objects. Do run periodic full sync.

You can add filters while synching data from Salesforce to Sync layer.
You can schedule sync.




Setup VSCode with Salesforce

Step by Step guide to setup VSCode with Salesforce Install vscode Install Salesforce CLI (developer.salesforce.com/tools/sfdxcli) Perform fo...