Salesforce Administrator — Question 295
What statement is true regarding a custom field formula?
Answer options
- A. Not reference standard, custom, or other objects
- B. Can contain formulas upto 4000 character
- C. 4000 character is the limit on the compiled size of the formula
- D. Formula can reference themselves
Correct answer: C
Explanation
The correct answer is C because it specifies the limit on the compiled size of the formula as 4000 characters, which is accurate. Options A and D are incorrect since formulas can reference custom and other objects, and they cannot reference themselves. Option B is misleading as it refers to the maximum length instead of the compiled size limit.