Valid PDI Dumps shared by EduDump.com for Helping Passing PDI Exam! EduDump.com now offer the newest PDI exam dumps, the EduDump.com PDI exam questions have been updated and answers have been corrected get the newest EduDump.com PDI dumps with Test Engine here:
A developer writes a trigger on the Account object on the before update event that increments a count field. A workflow rule also increments the count field every time that an Account is created or update. The field update in the workflow rule is configured to not re-evaluate workflow rules. What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?
Correct Answer: B
Recent Comments (The most recent comments are at the top.)
Matt - Nov 02, 2023
The answer is C, the trigger run "before update" not before insert. Varsha gives the correct explanation
PD1TEST - Oct 20, 2023
Response is C. tested
MariemG - Jun 05, 2023
the order of excution is before triggers then after triggers then it comes the workflow rule. Tha's why, the answer is B 3: after the excution of the before trigger the count is 1 then the workflow rule 2 then the before trigger executes again 3 but this time the workflow wont be triggered
Varsha - May 19, 2023
C. 2
Here's the explanation:
When the Account is inserted with an initial value of zero, the workflow rule is triggered and increments the count field by 1. Count field value: 0 + 1 = 1
Since the field update in the workflow rule is configured to not re-evaluate workflow rules, the trigger on the Account object fires on the before update event. It increments the count field by 1. Count field value: 1 + 1 = 2
Therefore, the value of the count field would be 2 if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account.
Recent Comments (The most recent comments are at the top.)
The answer is C, the trigger run "before update" not before insert. Varsha gives the correct explanation
Response is C. tested
the order of excution is before triggers then after triggers then it comes the workflow rule. Tha's why, the answer is B 3:
after the excution of the before trigger the count is 1 then the workflow rule 2 then the before trigger executes again 3 but this time the workflow wont be triggered
C. 2
Here's the explanation:
When the Account is inserted with an initial value of zero, the workflow rule is triggered and increments the count field by 1.
Count field value: 0 + 1 = 1
Since the field update in the workflow rule is configured to not re-evaluate workflow rules, the trigger on the Account object fires on the before update event. It increments the count field by 1.
Count field value: 1 + 1 = 2
Therefore, the value of the count field would be 2 if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account.
I have tested it. Answer is B (3)
Answer is C.
I think answer is C