New Year Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

B2B-Commerce-Developer Exam Dumps - Salesforce Accredited B2B Commerce Developer (SU24)

Go to page:
Question # 17

What interface must a developer implement to override Tax in Checkout?

A.

sfdc.checkout.CartTaxCalculations

B.

sfdc.commerce.TaxCalculations

C.

sfdc_commerce.CartTaxCalculations

D.

sfdc_checkout.TaxCalculations

E.

sfdc.commerce.CheckoutTaxCalculations

Full Access
Question # 18

Which two steps are necessary to enable Salesforce B2B Commerce

logging in the managed package?

A.

Ensure you save a value in the Logging Token input field in the Global Settings section of CC Admin.

B.

Turn On theCheckbox "Cloudcraze Logging" in CC Admin.

C.

Ensure the value saved in the Logging token field is appended to the ccLog query parameter.

D.

Set a cookie with the Id of the user accessing the storefront in CC Admin

Full Access
Question # 19

What are two considerations to keep in mind when including additional JavaScript files in a Lightning web component?

A.

Each additional file needs a corresponding .js-meta.xml file.

B.

The files must be ES6 modules and must have names that are unique within the component's folder.

C.

A module can export named functions or variables

D.

Additional JavaScript files should be minified before deployment

Full Access
Question # 20

A dev at Northern Trail Outfitters (NTO) exported Order Summary records via Data Loader, but noticed that some orders were missing. What is the most likely cause?

A.

Status was not in Created

B.

Billing Contact was missing

C.

Original Order information was missing

D.

Order Life Cycle Type was Managed

E.

Currency mapping was not done correctly

Full Access
Question # 21

Which template will correctly display the details message only when areDetailsVisible becomes true given the following code in a Lightning Web Component?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access