Create Salesforce Developer Account
 Overview of our custom app which we will use in this course
 Setting up our custom app for this course
 Update about the review
 10 Salesforce Extensions that will make you a Salesforce Expert
 +–DML statements
 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
 DELETE DML in Salesforce
 UNDELETE DML statement in Salesforce
 +–Database Class Method
 DML Statements vs. Database Class Methods
 Database.insert method in salesforce
 Setting Database Methods Options: optAllOrNone Property
 Database.update method in salesforce
 Quiz
 +–Salesforce Object Search Language
 Difference between SOSL and SOQL in Salesforce
 Overview of Salesforce Object Search Language
 SOSL Syntax: IN SearchGroup
 How to retrieve data from multiple objects in one query?
 SOSL query examples in salesforce using Standard object
 Quiz
 +–Salesforce Object Query Language
 Introduction to Salesforce.com SOQL
 SOQL Escape Characters with Example
 SOQL query in salesforce : Overview
 Comparison Operators
 Use relationship queries in SOQL
 How To Retrieve the Related List Data?
 SOQL Query to fetch parent record
 Working with Salesforce Aggregate Functions
 Salesforce Apex AggregateResult Class
 Multiple aggregate functions in one SOQL query
 Dynamic SOQL bind variables
 Quiz
 +–Triggers in Salesforce
 Apex Triggers in salesforce
 Trigger Context Variables salesforce
 Salesforce Trigger with Example
 Salesforce trigger after update with example
 Salesforce trigger after insert with example
 How to display an error message from a trigger ?
 Salesforce before insert trigger with example
 +–Apex Design Patterns
 Apex Design Patterns : Bulk Design Pattern
 Trigger Handler Patterns: Trigger Best Practices
 The “One Trigger per Object” design pattern
 +–Governor Limits in Salesforce
 Overview of Governor Limits in Salesforce
 What happens when you try to exceed governor limits?
 Important Methods related to Limits class
 Limits Methods: salesforce limits cheat sheet
 Apex transactions and governor Limits: Implication of governor limits
 Governor limits in salesforce
 SOQL query governor limit with example part 1
 SOQL query governor limit with example part 2
 +–Save Order of Execution in Salesforce
 Save order of execution salesforce: Sequence of events after we save the record
 Relationship between Apex transaction and Save order of Execution
 Change the field type of field referenced in apex class