Salesforce Certified Industries CPQ Developer — Question 33
Why would a developer use getCartsProducts input parameters to reduce the number of products returned in a guided selling experience?
Answer options
- A. To ensure the results set does not exceed the maximum number of records
- B. Because the filters parameter is required
- C. To prevent hitting Salesforce transaction governor limits
- D. To reduce the number of choices presented to the user
Correct answer: B
Explanation
The correct answer is B because the filters parameter is a necessary component when using getCartsProducts, ensuring that the developer can effectively narrow down the product selection. Option A is incorrect as it pertains to record limits, which is not the primary reason for using the filters parameter. Option C discusses governor limits, but this is not specifically related to the use of filters. Option D is about user experience but does not address the technical necessity of the filters parameter.