Salesforce Certified Platform Developer II (Plat-Dev-301) PDII Question # 13 Topic 2 Discussion

Salesforce Certified Platform Developer II (Plat-Dev-301) PDII Question # 13 Topic 2 Discussion

PDII Exam Topic 2 Question 13 Discussion:
Question #: 13
Topic #: 2

A developer is working with existing functionality that tracks how many times a stage has changed for an Opportunity. When the Opportunity’s stage is changed, a workflow rule is fired to increase the value of a field by one. The developer wrote an after trigger to create a child record when the field changes from 4 to 5.

A user changes the stage of an Opportunity and manually sets the count field to 4. The count field updates to 5, but the child record is not created.

What is the reason this is happening?


A.

Trigger.old does not contain the updated value of the count field.


B.

After triggers fire before workflow rules.


C.

Trigger.new does not change after a field update.


D.

After triggers are not fired after field updates.


Get Premium PDII Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.