Valid PDI Dumps shared by ExamDiscuss.com for Helping Passing PDI Exam! ExamDiscuss.com now offer the newest PDI exam dumps, the ExamDiscuss.com PDI exam questions have been updated and answers have been corrected get the newest ExamDiscuss.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.)
Nemesis - Jan 21, 2023
The answer is 3. 0 --> 1 Incremented by Before Trigger 1 --> 2 Incremented by Workflow 2 --> 3 Incremented by Before Trigger In the order of execution whenever there is a workflow update, before and after update triggers are executed once more regardless of their operation (insert or update).
Pranav - Jan 26, 2022
I've tested this, the answer is 2
Alex - Aug 09, 2021
regarding order execution Executes workflow rules. If there are workflow field updates: Updates the record again. Runs system validations again. Custom validation rules, flows, duplicate rules, processes, and escalation rules are not run again. Executes before update triggers and after update triggers, regardless of the record operation (insert or update), one more time (and only one more time)
......
as u can see flow fires after and before triggers only one more time
Recent Comments (The most recent comments are at the top.)
The answer is 3.
0 --> 1 Incremented by Before Trigger
1 --> 2 Incremented by Workflow
2 --> 3 Incremented by Before Trigger
In the order of execution whenever there is a workflow update, before and after update triggers are executed once more regardless of their operation (insert or update).
I've tested this, the answer is 2
regarding order execution Executes workflow rules. If there are workflow field updates:
Updates the record again.
Runs system validations again. Custom validation rules, flows, duplicate rules, processes, and escalation rules are not run again.
Executes before update triggers and after update triggers, regardless of the record operation (insert or update), one more time (and only one more time)
......
as u can see flow fires after and before triggers only one more time
the answer shouldn't be 2????