Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Full Access Salesforce B2B-Commerce-Developer Tutorials

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 49

A developer is writing custom code to compare External Prices and Sales Prices for cart items. What should be returned if the External Prices are the same as Sales Prices for Products in the Cart? ~.

Options:

A.

sfdc_checkout.IntegrationStatus.Status.SUCCESS

B.

sfdc_checkout.IntegrationStatus.Status.SUCCEEDED

C.

sfdc_checkout.IntegrationStatus.Status.ERROR

D.

sfdc_checkout.IntegrationStatus.Success.FAILED

Question 50

What two things happen with the Cart during tax implementation?

Options:

A.

New entries are written to the Cart

B.

Previous entries are copied to another object

C.

Previous entries are deleted from the Cart

D.

New entries are written to the Order Summary

Question 51

A developer is working in Visual Studio Code on a previously deployed project which is rather large and deployments are time consuming. The developer wants to deploy some small CSS changes without waiting for the entire project deployment. What are two ways this can be accomplished?

Options:

A.

Right-click the folder for the component and choose Deploy Source to Org

B.

Right-click the CSS file that was edited and select Deploy Single File

C.

Right-click the CSS file and choose Deploy Source to Org

D.

Click the Tools menu and select Deploy styles

E.

Deploy the entire project. Only the change will be copied

Question 52

For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)

Options:

A.

A standard remote action will not have access to Salesforce B2B Commerce objects.

B.

The APEX method called by the remote action will be passed as a Salesforce B2B Commerce context object.

C.

Salesforce B2B Commerce includes do not support standard SalesForce remote actions.

D.

The Salesforce B2B Commerce logger cannot be utilized in standard remote actions