ExamGecko
Question list
Search
Search

Question 198 - Certified B2B Commerce Developer discussion

Report
Export

A developer needs to deliver a solution for taxation that supports multiple countries and a complex set of jurisdictions. Which three steps should be considered as part of this process?

A.
Contact the vendor who wrote the third party service for the most recent information
Answers
A.
Contact the vendor who wrote the third party service for the most recent information
B.
Implement the sfdc_checkout.CartTaxCalculations interface writing code from scratch
Answers
B.
Implement the sfdc_checkout.CartTaxCalculations interface writing code from scratch
C.
Implement the sfdc_checkout.CartTaxCalculations interface calling out to a third party tax service
Answers
C.
Implement the sfdc_checkout.CartTaxCalculations interface calling out to a third party tax service
D.
Implement the sfdc_checkout.TaxCalculations interface calling out to a third party tax service
Answers
D.
Implement the sfdc_checkout.TaxCalculations interface calling out to a third party tax service
E.
Look for packages or existing sample code on the AppExchange
Answers
E.
Look for packages or existing sample code on the AppExchange
Suggested answer: C, D, E

Explanation:

For a solution that requires handling complex tax calculations across multiple countries and jurisdictions, it's efficient to leverage third-party tax services that specialize in this area. Implementing the sfdc_checkout.CartTaxCalculations or sfdc_checkout.TaxCalculations interface to integrate with such a service ensures that tax calculations are accurate and up-to-date. Additionally, exploring the Salesforce AppExchange for packages or sample code can provide ready-made solutions or frameworks that can expedite the development process.

asked 23/09/2024
Lyndon Kumire
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first