❗The content presented here is sourced directly from LinkedIn Learning 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 provides an introduction to Salesforce.com development. Participants will explore the Salesforce.com development environment and learn the basics of Apex programming, Salesforce's object-oriented programming language. Examples of code for triggers, trigger handlers, and batch Apex, as well as sets, lists, and maps will be reviewed.
Course Syllabus
Environment setup
Environment overview
Execution governors and limits
Java-like but different
SQL-like but different
Bulkification and triggers
Maps, lists, and sets
Batch Apex
Introduction to debugging and logging