Salesforce Certified Platform App Builder — Question 219
You should use a lookup filter if __________. (Choose two.)
Answer options
- A. You want to improve user efficiency by limiting the number of available options in a lookup search dialog.
- B. You are close to the maximum number of lookup filters allowed.
- C. You want to improve user efficiency by automating filters on lookup search dialogs that your users manually set.
- D. You must implement a complex business rule that requires you to use a formula. Formulas can reference fields that basic filter criteria can't reference, such as fields on the parent of the source object. Formulas can also use functions. For example, use ISNEW if the rule should only apply on record creation, or ISCHANGED if the rule should apply when a field changes.
Correct answer: A, C
Explanation
The correct answers are A and C because lookup filters are designed to improve user efficiency by limiting options and automating filter application. Option B is incorrect as it refers to a limit rather than a function of lookup filters, and option D describes the use of formulas rather than the specific purpose of lookup filters.