Exam AP-223 Topic 2 Question 136 Discussion

Actual exam question for Salesforce's AP-223 exam
Question #: 136
Topic #: 2
What are three risks when using too many cross object formula fields in a Revenue Cloud Project?

Suggested Answer: A,C,D Vote an answer

In Salesforce CPQ + Billing (Revenue Cloud), heavy use of cross-object formula fields can create serious performance, calculation, and reliability issues. Salesforce product documentation and CPQ study guides highlight several risks related to:
Quote calculation engine performance
SOQL query depth
Runtime evaluation limits
Data availability timing during synchronous calculations
Below is the breakdown of the options:
✅ A. Formula field data is not always available during CPQ quote calculationCorrect.
Salesforce CPQ reads values at calculation time, but cross-object formula fields may:
Not resolve in time if they depend on parent records updated within the same transaction Return stale values because formula evaluation is not recalculated in real time mid-calculation Fail during QCP or price rule evaluation due to record access/state issues This is a known risk documented in CPQ technical architecture guidance.
❌ B. Formula fields have unlimited access to object many relationships away which makes it vulnerable to data changes.Incorrect.
Formula fields do NOT have unlimited access. They are limited to 10 relationship levels.
While data changes on parent objects can affect formula results, this is not a primary risk emphasized in Revenue Cloud implementation guidance.
Therefore, not one of the three correct risks.
✅ C. They are computationally expensive.Correct.
Formula fields-especially cross-object ones-are recalculated at runtime every time:
The referenced record is queried
CPQ calculator reads them during price rule evaluation
Billing processes (Invoice Run, Usage Rating, etc.) reference them
This can significantly slow down:
Quote calculations
Order/Invoice generation
Any multi-object SOQL-heavy logic
This is a well-known performance risk.
✅ D. They can easily exceed limits if not carefully designed and testedCorrect.
Cross-object formulas contribute to:
SOQL query depth limits
CPU time limits
Formula size complexity
Relationship depth limits
In CPQ/Billing, where Quote and Quote Line processing already push platform limits, too many formula fields can cause:
Calculation failures
Invoice/Order creation errors
Apex limit exceptions
Salesforce documentation warns against heavy formula usage for precisely these scalability concerns.
❌ E. Formula fields are editable, after calculation a user/process can overwrite the valueIncorrect.
Formula fields are never editable by users or automation.
Their values are dynamically calculated from their formula expressions.
Therefore, this option is not a valid risk.

by Nydia at Jul 11, 2026, 08:03 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10