dstdia / playbyplay_order

Pluralsight Play by Play: Taming the Order of Execution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taming the Order of Execution

Example Org Configuration

This repo contains metadata and data to recreate the Org configuration used in the hands-on parts of the Pluralsight Course "Play by Play: Taming the Salesforce Order of Execution" by Don Robins and Daniel Stange, published September 16th, 2019.

Course Abstract: Play by Play is a series in which top technologists work through a problem in real-time unrehearsed, and unscripted. In this course, Play by Play: Taming the Salesforce Order of Execution, Daniel Stange and Don Robins discuss the Order of Execution - the sequence of operations that are happening when a record is created or updated in Salesforce. It’s essential for Salesforce Administrators, Developers, and Architects to get a deep understanding of the Order of Execution in order to build and maintain scalable and robust applications on the Salesforce platform.

Salesforce Play by Play: Taming the Salesforce Order of Execution

Build with Salesforce DX

The Repo contains prepared sample data, user setup etc. Install it into a scratch org by checking out the repo by running

git clone github.com/dstdia/playbyplay_order

The repo contains a setup script that creates a scratch org, assigns permissions, and prepares sample data. For Mac, Unix, Linux, run the following command from the command line:

./createScratch.sh

For Windows, run the following from Powershell:

./createScratch.ps1

Issues

If you want to contribute, I'm happy to review your pull requests. If you have found an issue, please use the [https://github.com/dstdia/playbyplay_order/issues](Issue tracker in this repo)

About

Pluralsight Play by Play: Taming the Order of Execution

License:Other


Languages

Language:Apex 90.9%Language:JavaScript 6.9%Language:Shell 1.3%Language:PowerShell 0.7%Language:CSS 0.1%