Chapter 2 : Building Datasets

  • Enable Data sync and connections
  • Inherit Sharing from Salesforce
  • Analytics studio ==> Create new dataset
  • Give name to a dataset and select add to existing dataflow or new dataflow.
  • Following is dataset builder
  • Start from proper object. Click on + and select relationships to add related objects. Select a object on detail side.
  • Add fields
  • Create dataset or edit data flow to which this dataset is added
  • Ensure that sync job runs before dataflow is run.
  • You can create a dataset from CSV. Data schema json can be downloaded, changes made and upload it back.












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...