List of questions
Related questions
Question 328 - Certified Platform Developer II discussion
Universal Containers has an Apex trigger on Account that creates an Account Plan record when an Account is marked as a Customer. Recently a workflow rule was added so that whenever an Account is marked as a Customer, a 'Customer
Since' date field is updated with today's date.
Since the addition of the workflow rule, two Account Plan records are created whenever the Account is marked as a Customer.
What might cause this to happen?
A.
The workflow rule is configured to evaluate when a record is created and every time it is edited.
B.
The workflow rule field update is marked as 'Re-evaluate Workflow Rules After Field Change."
C.
The Apex trigger does not use a static variable to ensure it only fires once.
D.
The Apex trigger is not bulk safe and calls insert inside of a for loop.
Your answer:
0 comments
Sorted by
Leave a comment first