0 votes
in Salesforce by
What is Trigger in Salesforce?

1 Answer

0 votes
by

The trigger is defined as an Apex code that executes before or after the following functions such as insert, update, delete, etc. trigger enables to perform custom actions before and after modifications to the records of Salesforce. 

...