Valid CRT-450 Dumps shared by EduDump.com for Helping Passing CRT-450 Exam! EduDump.com now offer the newest CRT-450 exam dumps, the EduDump.com CRT-450 exam questions have been updated and answers have been corrected get the newest EduDump.com CRT-450 dumps with Test Engine here:
Which two actions may cause triggers to fire? Choose 2 answers
Correct Answer: A,C
In Salesforce, triggers are executed in response to specific database events on standard objects (such as Account or Contact) and custom objects. The following actions can cause triggers to fire: Option A: Cascading delete operations Reference: "Deleting a parent record in a master-detail relationship deletes all the detail records. This deletion can fire any triggers on those detail records." - Salesforce Developer Guide: Triggers and Order of Execution Option C: Updates to FeedItem "You can write triggers for certain standard objects, including FeedItem." - Salesforce Developer Guide: Triggers Why Other Options Are Incorrect: Option B: Changing a user's default division does not fire triggers because it does not perform DML operations on records that would invoke triggers. Option D: Renaming or replacing a picklist entry changes metadata and does not perform DML operations on records, so triggers are not fired.
Recent Comments (The most recent comments are at the top.)
Recent Comments (The most recent comments are at the top.)
According to https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_ignoring_operations.htm Cascading delete operations does not cause triggers to fire