SalesForce CCD-102 - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/ccd-102.html
A Digital Developer selects "Show Orderable Products Only" in the Search > Search Preferences Business
Manager module.
Which business goal does this accomplish?
A Digital Developer needs to check for product inventory in a specific inventory list using the Open Commerce API.
An example request URL is:

Which rescurce_id value enables the appropriate resource?
A Digital Developer is working on a project to convert a pipeline to a JavaScript controller. UX Studio has a functioning pipeline debugger configured for the site. Assume the Developer will add a breakpoint to the controller when it is written.
What must be done in order to use the debugger with the new controller when it is written?
Given the file structure below, which ISML method call renders the customLandingPage template?

A Digital Developer noticed that cartridges in their workspace are NOT executing. The Developer confirms that the cartridges are uploaded to the B2C Commerce server connection's target version directory.
Which action potentially solves this problem?
The following code ensures that an address ID CANNOT be used if it is already in use by another address in the customer's address book. There is a problem with the code. The error message for an invalid address ID is never shown to the user on the form field.

How should the Digital Developer resolve this issue so that the error message is displayed on the address ID form field?
A Digital Developer is adding support for an additional language other than the default. The locale code for the new language is de.
In which folder should the developer place resource bundles?
A Digital Developer adds the following line of code to a script. dw.system.Logger.getLogger{'login').debug
{"Login API has succeeded"); The code executes without error; however, the log file on disk does NOT
contain the log message.
Which two actions should be completed to write the log message to disk? Choose 2 answers
A Digital Developer is requesting product information for an external integration. The following Open Commerce API (OCAPI) request is NOT functioning correctly:

How should the Developer change the request?
Which two methods are efficient and scalable? Choose 2 answers