ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 328 - Certified Platform Developer II discussion

Report
Export

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.
Answers
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."
Answers
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.
Answers
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.
Answers
D.
The Apex trigger is not bulk safe and calls insert inside of a for loop.
Suggested answer: C
asked 23/09/2024
Ayyaz Rehan Ikram
24 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first