Salesforce Certified OmniStudio Consultant — Question 13
A company needs to create a quoting process for its internal agents. During quoting, the agent selects a product and specifies the grade (A, B, C, D, E) and the size (Small, Medium, Large, X-Large). The process should look up the unit price using the product code, the grade, size, and then multiplies the unit price by a discount factor.
Which tools should the consultant recommend to meet these requirements? (Choose two.)
Answer options
- A. Decision Matrix
- B. Expression Set
- C. DataRaptor Extract
- D. DataRaptor Transform
Correct answer: B, D
Explanation
The correct answers are B and D because an Expression Set can be used to perform calculations like applying the discount factor, and DataRaptor Transform is suitable for transforming and calculating data. Decision Matrix and DataRaptor Extract do not directly support the required pricing calculations and transformations needed for this quoting process.