Salesforce Certified CPQ Specialist — Question 157
Northern Trail Outfitters has two different user profiles that need to see different Quote Line fields in the Quote Line Editor.
How should the admin configure CPQ so users automatically see the desired fields in the Quote Line Editor?
Answer options
- A. Create two field sets on the Quote object representing each profile, and create a text formula field with the API name HeaderFieldSetName on the Quote object that returns the appropriate field set name based on the user's profile.
- B. Create two field sets on the Quote Line object representing each profile, and create a text formula field with the API name EditlinesFieldSetName on the Quote object that returns the appropriate field set name based on the user’s profile.
- C. Create two field sets on the Quote Line object representing each profile, and create a text formula field with the API name HeaderFieldSetName on the Quote object that returns the appropriate field set name based on the user's profile.
- D. Create two field sets on the Quote object representing each profile, and create a text formula field with the API name EditUnesFieldSetName on the Quote object that returns the appropriate field set name based on the user's profile.
Correct answer: B
Explanation
The correct answer is B because it correctly identifies the need for field sets on the Quote Line object and uses the appropriate API name EditlinesFieldSetName to dynamically return the correct field set based on the user's profile. The other options incorrectly reference the Quote object instead of the Quote Line object or use incorrect API names, which would not function as intended.