Considerations while implementing a Trigger
Considerations while implementing a Trigger
* Upsert trigger fires on 4 different events:- before(insert, update), after (insert, update)
** Merge trigger is fired on both events on delete
*** Field history is updated after the trigger has successfully finished processing data.
**** Any callout should be asynchronous so that trigger does not have to wait for the response.
***** A trigger cannot have a static keyword in its code.
****** If a trigger completes successfully the changes are committed to the database and if it fails the transaction is rolled back.
*** 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