function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anvesh@force.comanvesh@force.com 

What Are the Trigger Events?

What Are the Trigger Events?

Best Answer chosen by Admin (Salesforce Developers) 
SachinSankadSachinSankad

Hi Anvesh,

 

Trigger events are :

1. Before Insert

2. After Insert

3. Before Update

4. After Update

5. Before Delete

6. After Delete

7. After Undelete

 

On these events, trigger will be executed.