COURSE: SALESFORCE DEVELOPER
DATAPRO
Module 1: Platform Development Basics
Meet the tools and technologies that power development on the Salesforce
platform.
Get Started with Platform Development
Develop Without Code
Code with Salesforce Languages
Extend the Salesforce Platform
Project 1: Quick Start: Lightning Web Components
Set up your developer environment and create your first Lightning web component.
Set Up Your Salesforce DX Environment
Set Up Visual Studio Code
Create a Hello World Lightning Web Component
Project 2: Quick Start: Salesforce DX
Use the Salesforce command-line interface to create, convert, and deploy apps.
Set Up Your Salesforce DX Environment
Set Up the Project on Your Local Machine
Create and Test Our Scratch Org
Module 2: Application Lifecycle and Development Models
Learn how to use application lifecycle and development models on the Lightning
Platform.
Understand What Application Lifecycle Management Is
COURSE: SALESFORCE DEVELOPER
DATAPRO
Learn the Basics of Release Management
Manage Changes in Increasingly Complex Releases
Use Package Development for More Flexible Releases
Project 3: Quick Start: Build A Salesforce App
Create a simple app to track visits to your local park.
Create the Trailblazer App
Try Out the App
Add a Quick Action
Module 3: App Development with Salesforce DX
Use the Salesforce command-line interface to create, convert, and deploy apps.
Set Up Salesforce DX Tools
Get Ready to Create an App
Build the Geolocation App Using Salesforce CLI
Build the Account Map Display
Module 4: Data Modeling
Give your data structure with objects, fields, and relationships.
Understand Custom & Standard Objects
Create Object Relationships
Work with Schema Builder
COURSE: SALESFORCE DEVELOPER
DATAPRO
Module 5: Data Management
Learn how to import and export data in Salesforce.
Import Data
Export Data
Project 4: Quick Start: Process Builder
Trigger a field update when a related record is edited. No code required.
Create a New Process on the Account Object
Add Process Criteria
Add Your Process Action
Test Your Process
Module 6: Apex Basics & Database
Use Apex to add business logic and manipulate your data in Salesforce.
Get Started with Apex
Use sObjects
Manipulate Records with DML
Write SOQL Queries
Write SOSL Queries