❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 26th, 2023]
This course is designed to help students become successful in passing the Platform Developer 1 exam. It covers Salesforce's data model and query languages, Apex triggers and best practices for creating triggers, DML statements, Database Methods, Salesforce Object Search Language (SOSL), and Salesforce Object Query Language (SOQL). Additionally, students will learn about triggers, test classes, debugging, Visualforce pages, standard controllers, custom-built Apex controllers, test coverage reports, Salesforce development environments, Governor Limits, and Save Order of Execution. By the end of the course, students will become Apex programming experts and be well-prepared to begin their Salesforce Development career.
Course Syllabus
Adding new records to our custom object using DML insert operation
Updating existing records in our custom app using DML update operation
UPSERT operation in Salesforce