Salesforce Certified CPQ Specialist — Question 232
Universal Containers needs sales reps to look up Campaign records to associate with specific Quote Lines in the Quote Line Editor. The admin created a lookup field on the Quote Line object that relates to the Campaign object, then added the lookup field into the Line Editor Field Set on the Quote Line object.
What does the admin need to do so the sales reps can search Campaign records in the Quote Line Editor without seeing a warning message?
Answer options
- A. Add the name of the lookup field into the Line Editor Field Set on the Quote object.
- B. Create and populate a Field Set on the Campaign object named CPQ_Lookup.
- C. Add the lookup field to the Quote Line page layout.
- D. Create a twin field on the Campaign object using the same API name as the lookup field.
Correct answer: B
Explanation
The correct answer is B because creating a Field Set named CPQ_Lookup on the Campaign object is necessary for allowing the lookup functionality to work properly in the Quote Line Editor. The other options do not address the need for a dedicated Field Set on the Campaign object, which is essential to avoid warning messages when searching for Campaign records.