ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 46 - Certified Communications Cloud Accredited Professional discussion

Report
Export

A B2B Communication company is using industries CPQ solution and need to implement attribute- based pricing for its offerings. The company wants to display the total amount or monthly recurring charge of the product as well as sales tax imposed on that product depending on the zip code of the service account as total price in the cpq cart. How shall the consultant achieve this while minimizing the impact to performance?

A.
Add the delivery zip code customer field as a header in the pricing calculation matrix
Answers
A.
Add the delivery zip code customer field as a header in the pricing calculation matrix
B.
Configure the tax rate in the price plan and it will be added automatically when added to the cart.
Answers
B.
Configure the tax rate in the price plan and it will be added automatically when added to the cart.
C.
Write a custom hook class to include the logic to calculate tax and add to the total price using a price calculation matrix
Answers
C.
Write a custom hook class to include the logic to calculate tax and add to the total price using a price calculation matrix
D.
Add a pricing plan step with a custom Apex class to calculate the tax using the price calculation matrix
Answers
D.
Add a pricing plan step with a custom Apex class to calculate the tax using the price calculation matrix
Suggested answer: A

Explanation:

If requirement is to have static calculation, then use Hook implementation

If requirement is to have dynamic calculation based on custom fields then use ATB mechanism along with changes in hook to pass custom fields into ATB input map. In this case there is no need to have custom calculations.

asked 23/09/2024
Steven Owens
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first