Exam CRT-450 Topic 3 Question 33 Discussion
Actual exam question for Salesforce's CRT-450 exam
Question #: 33
Topic #: 3
Question #: 33
Topic #: 3
Which two actions may cause triggers to fire?
Choose 2 answers
Choose 2 answers
Suggested Answer: B,C Vote an answer
B: Updates to FeedItem:
Triggers can fire when FeedItem records are updated, such as posts on records or Chatter updates.
C: Cascading delete operations:
When a parent record is deleted, cascading delete operations on related child records can trigger child object triggers.
Why Not Other Options?
A: Changing a user's default division does not fire triggers.
D: Renaming or replacing a picklist entry does not fire triggers.
References:Trigger Events:https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode
/apex_triggers_context_variables_considerations.htm
Triggers can fire when FeedItem records are updated, such as posts on records or Chatter updates.
C: Cascading delete operations:
When a parent record is deleted, cascading delete operations on related child records can trigger child object triggers.
Why Not Other Options?
A: Changing a user's default division does not fire triggers.
D: Renaming or replacing a picklist entry does not fire triggers.
References:Trigger Events:https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode
/apex_triggers_context_variables_considerations.htm
by Rex at Jul 16, 2026, 08:38 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).