What is a trigger? What are the types of triggers?



What is a trigger? What are the types of triggers?..

Answer / Nikunj Kumar

A Trigger in Salesforce Apex is an automation tool that performs specific actions before or after records are created, updated, or deleted. There are two types of Triggers: Before Triggers (execute before DML operations on a record) and After Triggers (execute after DML operations on a record).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

What is conditional highlighting?

1 Answers  


Is there any standard object which is also act as junction object ?

1 Answers  


Can you edit an apex trigger/ apex class in production environment?

1 Answers  


Explain what do you understand by data skew in salesforce.

1 Answers  


How to update the record using after trigger context?

1 Answers  


What are custom labels in salesforce? How to access custom labels?

1 Answers  


What are dynamic dashboards? Can dynamic dashboards be scheduled? : salesforce crm

1 Answers  


What are the types of custom settings in salesforce? What is the advantage of using custom settings? : salesforce crm

1 Answers  


What are the types of sharing rules in salesforce and explain it?

1 Answers  


What is the use of access="global”?

1 Answers  


Can we call a batch apex program in apex trigger ?

1 Answers  


What is a custom report type? : salesforce reports and dashboards

1 Answers  


Categories