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.
The Query Editor is the Developer Console panel for running SOQL queries and SOSL searches against the data in your org. Use it when you need a browser-based way to find records and then open, create, update, or delete them in a results grid without leaving the console. Choose SOQL when you know the object and related-record criteria; choose SOSL when you need a text search that can return related or unrelated objects.