Description
In this course, you will learn:-
- With the Salesforce Platform, you may use any text editor.
- Admin and developer duties can be sped up by using the SFDX command line interface.
Syllabus:-
-
Introduction and Course Overview
-
Print Working Directory and Change Directory
-
Make a New Folder
-
Make and delete a New File
-
Learn More about the Command Line
-
Learning Resources
-
Install Visual Studio Code and Plugins for Salesforce® Development
-
Install the 'code' command
-
Other Recommended Text Editors
-
Link: Dev Hub Trial Org Sign Up
-
Sign Up for A Dev Hub Org Trial
-
Link: SFDX CLI Installation
-
Install the SFDX CLI
-
Create a Scratch Org
-
Pushing and Pulling Code to/from Scratch Orgs
-
Why this is important: Pushing/Pulling Code and Changes
-
Download + Install Git
-
Setup Git and GitHub
-
Commit changes to your Repo and Push to Git Hub
-
Create and switch to a new branch
-
Learn Git
-
Add Git to Your SFDX Project
-
Why this is important: Git
-
Create A User
-
Create A User and Specify Username/Email
-
Generate a Password and List Users
-
Why this is important: Users
-
Display the Schema for an Object
-
List the Objects for a Category
-
Why this is important: Schemas
-
Execute SOQL with SFDX
-
SOQL Resources
-
Create a Record
-
Read a Record
-
Delete A Record
-
Update a Record
-
Why this is important: Data