Salesforce
(AP-202)
75 Minutes
221
B2B Commerce for Developers Accredited Professional
A: Modify the StoreIntegrated Service to map to an Apex class id usingworkbench
B: Enter the integration class name and version in Store Administration
C: Create a Registered External Service record using Workbench
D: The integration is available once it is uploaded
A: The files must be ES6 modules and must have names that are unique within the component's folder.
B: Only five of the files can be used with an import statement
C: All the files must be imported to a singleton.js file and the singleton.js file can be used with an import statement
D: Only one of the files can be used with an import statement
A: Clone, modify, activate and refer in Experience Builder
B: Modify directly and save to activate
C: Create each flow from scratch
D: Clone, modify and rename to Checkout Flow
A: sfdc_commerce.CartPriceCalculations
B: sfdc_commerce.PriceCalculations
C: sfdc_checkout.PriceCalculations
D: sfdc_checkout.CartPriceCalculations
A: Go to 'Deploy LWC' in Setup.
B: Navigate 3 to the Page, Click on the 'Custom Component Editor,' Click 'Publish' on the new component in the list and adjust the positioning.
C: Create a Metadata API (MDAPI) conversion file with the Command Line interface (CLI) then go to the page and adjust the positioning.
D: Go to the page, edit it, and drag the new component onto the page.