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 # 25

While working on a commerce rollout, a developer needs to update the checkout process so that buyers can purchase with one of the below payment types.

• Credit Card

• Purchase Order

• Contract Now & Pay Later

Additionally, the developer needs to show only Purchase Order and Contract Now & Pay Later if a custom checkbox field on the account is checked.

How should the developer meet these requirements?

A.

Create a custom Lightning web component that can be used with the standard payment component. Use a publish-

B.

Create a custom Lightning web component for the checkout flow that has all the options available. Within that component, pull data from the account to determine which options to show.

C.

Modify the standard payment component settings in the checkout screen flow and add the new payment method. Use the component visibility feature in screen flows to fulfill the account-based payment option criteria.

D.

Add a new payment gateway through the reference implementation steps so the payment shows up on the checkout payment screen. Configure the different payment options required.

Full Access
Question # 26

Which handlebars helper function is used on Salesforce B2B Commerce pages and

components for formatting price values?

A.

formatPrice

B.

priceAbs

C.

showprice

D.

price

Full Access
Question # 27

What is likely to happen if a developer leaves debug mode turned on in an environment?

A.

The performance of the org will become slower each day

B.

The user will begin getting JavaScript limit exceptions

C.

The org will turn off debug mode after 72 hours

D.

A banner will be displayed to the user indicating that the org is in debug mode

Full Access
Question # 28

A developer needs to debug a flow tracing a single input in complete detail, watching all variable changes as the checkout process is executed. Which feature should the developer enable? ~.

A.

Show the details of what's executed and render flow in Lightning Experience

B.

Show the details of what's executed and render flow in Lightning Runtime

C.

Add watch to variables

D.

Show execution details inline

Full Access
Question # 29

A developer suspects recent edits to a checkout flow have created a bug based on flow errors being emailed. Given the emails and some inputs known to trigger the issue, which two activities should the developer consider in their investigation?

A.

Use the Org Browser tool in the IDE to download the flow XML and run a diff report

B.

Look at the previous flow versions and compare them with the current one

C.

Open the Flow, Select Debug, Provide the Inputs, Select Run

D.

Open the Flow and select Attach to Live Session, Provide the Session Id, Select Attach

Full Access
Question # 30

A developer is working on a storefront that needs to use a sophisticated pricing engine hosted as a service outside the org. Assuming security and trusts have been established, which two actions must the developer take?

A.

Make a call to the service

B.

Use External Ohjects

C.

Implement the sfdc_checkout.PriceCalculations

D.

Implement the sfdc_checkout.CartPriceCalculations

Full Access
Question # 31

What are three ways to implement custom post Order processing? (3 answers)

A.

Use a Salesforce workflow rule that executes when an Order record is created.

B.

Extend cc_hk_invoice tohandle custom business logic post Order processing

C.

Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business logic.

D.

Modify or add custom Cart formula fields to handle logic.

E.

Use Process builder to implement business processes that execute when an Order record is created.

Full Access
Question # 32

What is a valid way of referencing the global cc_api_CartExtentsion apex class via

subscriber code?

A.

ccrz__cc_api_CartExtension

B.

c__cc_api_CartExtension

C.

cloudcraze.cc_api_CartExtension

D.

ccrz.cc_api_CartExtension

Full Access
Go to page: