Table of Contents
Introduction to scenario
→ Apex Trigger 1
Develop an Apex Trigger so that every time any account is inserted then set the value of the Industry field to Education. Also, check if the Description is blank then set the value for the description field to “Account Description is blank”
- Industry = Education
- Description = Account Description is blank if Description is null
Hands on
Dispatcher Class
Handler Class
Outcome



