Salesforce Certified Industries CPQ Developer — Question 41
Which three ways can a developer filter the list of products when using the getCartsProducts method? (Choose three.)
Answer options
- A. Using a product category
- B. Using a value that will be matched exactly to a value in a Product2 field
- C. Using a value that is contained within a product attribute
- D. Using a context rule that qualifies a set of products
- E. Using a value that is contained within a Product2 field
Correct answer: B, C, E
Explanation
The correct answers, B, C, and E, are valid methods for filtering products based on specific criteria related to Product2 fields and attributes. Option A is incorrect because it does not specify a filtering method relevant to the getCartsProducts function, and option D is not directly applicable as it involves context rules rather than direct value filtering.