ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 40 - Certified Platform App Builder discussion

Report
Export

universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits. What should a app builder look at so address this?

A.
Talk to a developer about apex code issues
Answers
A.
Talk to a developer about apex code issues
B.
Number of workflows per object limits
Answers
B.
Number of workflows per object limits
C.
Workflows that cause each other to fire back and forth recursively
Answers
C.
Workflows that cause each other to fire back and forth recursively
D.
Workflows on other objects that are being re triggered
Answers
D.
Workflows on other objects that are being re triggered
Suggested answer: C

Explanation:

Workflows that cause each other to fire back and forth recursively can result in workflow limits errors. For example, if workflow A updates a field that triggers workflow B, and workflow B updates a field that triggers workflow A, this can create an infinite loop of workflows that exceed the maximum number of workflow time triggers per hour.

asked 23/09/2024
Chad Clark
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first