Various event on a trigger
Various event on which a trigger
A trigger is a set of a statement which can be executed on the following events. In the above trigger events, one or more of below events can be used with comma-separated.
* Before Insert:- Return true is trigger is fire for Before and Insert operation.
* Before Update:- Return true is trigger is fire for Before and Update operation.
* Before Delete:- Return true is trigger is fire for Before and Delete operation.
* After Insert:- Return true is trigger is fire for After and Insert operation.
* After Update:- Return true is trigger is fire for After and update operation.
* After Delete:- Return true is trigger is fire for After and delete operation.
* After Un-delete:- Return true is trigger is fire for After and Undelete operation.
*** Trigger Most Common Interview Questions and Answers for MNCs and Small-Mid Companies ***
Visualforce Most Common Interview Questions and Answers for MNCs and Small-Mid Companies ⇒ *** Comming Soon ***
Apex Most Common Interview Questions and Answers for MNCs and Small-Mid Companies ⇒ *** Comming Soon ***
Lightning Component Most Common Interview Questions and Answers for MNCs and Small-Mid Companies ⇒ *** Comming Soon ***
Lightning Design System Most Common Interview Questions and Answers for MNCs and Small-Mid Companies ⇒ *** Comming Soon ***
Freelancing Services At Salesforce: Freelancing Services
How to Create Object at Salesforce Classic:- https://sujay-salesforce.blogspot.com/2019/04/how-to-create-object-at-salesforce.html
What is Workflow Rule At Salesforce:- https://sujay-salesforce.blogspot.com/2019/04/what-is-workflow-rule-at-salesforce.html
How to Create Field at Salesforce Classic:- https://sujay-salesforce.blogspot.com/2019/04/how-to-create-field-at-salesforce.html
What is a Trigger:- https://sujay-salesforce.blogspot.com/2019/08/what-is-trigger.html
Comments
Post a Comment