Checklist progress
0/194Learned
Platform Developer
Study Checklist
Checklist progress
0/194Learned
Write and execute tests for triggers, controllers, classes, and flows using various sources of test data.
0/14
Given a scenario, know how and when to use the Salesforce Developer tools such as Salesforce DX, Salesforce CLI, and Developer Console.
0/5
Salesforce DX versus Developer Console
Learn this conceptDeveloper Console Query Editor
Learn this conceptExecute Anonymous Apex in Developer Console
Learn this conceptScratch orgs and Developer Hub
Learn this conceptSalesforce CLI retrieve, deploy, and org authorization
Learn this conceptDescribe how to approach debugging system issues and monitoring flows, performance, asynchronous, and batch jobs.
0/14
Describe the environments, requirements, and process for deploying code and associated configurations.
0/8
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Platform Developer studiers.
Salesforce CLI is the command-line tool for moving org customizations (metadata) between a local Salesforce DX project and a Salesforce org. You authorize an org once through a browser login so later retrieve and deploy commands can use that org without signing in again. A typical flow is create a DX project, authorize the org, retrieve metadata into the project, commit it, then deploy those files to a testing environment.