Salesforce Certified Platform App Builder — Question 20

Which two will prevent a formula field from being referenced by a Roll-Up Summary field? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The NOW() function and a cross-object field reference in the formula field both prevent a Roll-Up Summary field from being referenced because they introduce dynamic or cross-object elements that are incompatible with Roll-Up Summaries. In contrast, a cross-object workflow updating a field or using the CASE() function does not inherently prevent referencing by Roll-Up Summaries.