Introduction
  • Apex Trigger Introduction
Apex Trigger Best Practices, Order of Execution, and Exception Handling
  • Apex Trigger, Context Variables, DML Statements, Trigger Execution in Salesforce
  • Best Practice of Apex Trigger, Apex Class, and Apex Test Class in Salesforce
  • Order of execution, and Exception Handling in Salesforce
Scenarios: Trigger Events and Context Variable in Salesforce
  • Upon Contact record creation if LeadSource is having value as ‘Web’ or ‘Phone'
  • Whenever Account created then Create Related Contact automatically in Salesforce
  • Create a Related Opportunity Automatically When an Account Record is Created.
Advanced Strategies: Apex Trigger Scenarios of Before & After Event Action Logic
  • When an Account Record is Created then Assigned the Billing Address Fields Value
  • Update the Related Account Phone if Contact Record is Created in Salesforce