Salesforce Certified Industries CPQ Developer — Question 29
A developer wants to add product images to a guided selling experience.
What must the developer pass to the getCartsProducts method to enable this?
Answer options
- A. Set the includeAttachment parameter to true
- B. Set the Render property to true
- C. Create a subaction to invoke getProductImages
- D. Set the SearchBy parameter to Product2.Images
Correct answer: C
Explanation
The correct answer is C because creating a subaction to invoke getProductImages is necessary to fetch product images. Options A and B do not relate to retrieving images, while option D pertains to a different parameter that does not facilitate the inclusion of product images in the guided selling experience.