Thank you for starting one of my courses on Pluralsight! Here's some information to help you get the configuration and code used throughout the courses installed into your own org. This repository covers the following courses
- Salesforce Development: Fundamentals
- Salesforce Development: Data Modeling and Management
- Salesforce Development: Process Automation and Logic
Choose whether you want to use a developer org or scratch org. Choose a development model.
The sfdx-project.json
file contains useful configuration information for your project. See Salesforce DX Project Configuration in the Salesforce DX Developer Guide for details about this file.
- Salesforce Extensions Documentation
- Salesforce CLI Setup Guide
- Salesforce DX Developer Guide
- Salesforce CLI Command Reference
- Create a new scratch org or Developer Edition org
- Create a local folder to store your source code and navigate to that folder
- Run
git clone https://github.com/adam17amo/platformDev.git
in VS Code to bring the source code to your local computer - Authorize your org in VS Code
- Run
sfdx force:source:deploy -p force-app/main/default
for a Developer Edition org orsfdx force:source:push
for a scratch org to push the files into your org - Run
sfdx force:user:permset:assign --permsetname Wired_Brain
to assign yourself the permission set
- Install this package into your org