Description
In this course, you will :
- Discover the fundamentals of Salesforce.com development.
- Investigate the Salesforce.com development environment and get started with Apex programming, Salesforce's object-oriented programming language.
- Review code examples for triggers, trigger handlers, and batch Apex, as well as sets, lists, and maps.
Syllabus :
1. Introduction to Environment
- 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
2. Sets, Lists, and Maps
- Sets
- Lists
- Maps
3. Trigger and Trigger Handlers
- Best practice
- Not best practice, but very common
- Bulkification of triggers
4. Batch Apex
- Basic structure
- Loader
- Scheduler
- Controller
- Batch Apex demo
5. Debugging and Logging
- Debugging and logging comparison
- Debugging demo
- Logging demo