Which code creates a custom object?

A Digital Developer needs to store information temporarily and decides to create a custom object. Which code creates a custom object?A . CustomObject.createCustomObject(CustomObjectType,primaryKey);B . CustomObject.createCustomObject(primaryKey,CustomObjectType);C . CustomObjectMgr.createCustomObject(primaryKey);D . CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)View AnswerAnswer: A

May 28, 2021 1 Comment READ MORE +

What does the Developer need to change in Business Manager to fulfill this requirement?

A Digital Developer has a new requirement to disable the "Discover" credit card type for all checkouts. What does the Developer need to change in Business Manager to fulfill this requirement?A . Checkout exclusion rules in the Merchant Tools > Site Preferences > Checkout Preferences module.B . Credit card exclusion...

May 27, 2021 No Comments READ MORE +

Given the file structure below, which ISML method call renders the customLandingPage template?

Given the file structure below, which ISML method call renders the customLandingPage template? A . ISMB . renderTamplate(‘cartridge/templates/default/content/custom/customLandingPage’);C . ISML(‘content/custom/customLandingPage’);D . ISME . render(‘content/custom/customLandingPage’);F . ISMG . renderTemplate(‘content/custom/customLandingPage’);View AnswerAnswer: D Explanation: Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC4/index.jsp?topic=%2Fcom.demandware.dochelp%2FDWAPI%2Fscriptapi%2Fhtml%2Fapi%2Fclass_dw_template_ISML.html

May 27, 2021 No Comments READ MORE +

Which approach should the Developer use to implement the requirement?

A Digital Developer has been given a requirement to add fault tolerance to an existing web service integration that uses Service Framework. Administrators at Universal Containers need to be able to configure the timeout and rate limiting. Which approach should the Developer use to implement the requirement?A . Implement a...

May 27, 2021 No Comments READ MORE +

Which resource_id value enables the appropriate resource?

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 resource_id value enables the appropriate resource?A . /inventory_lists/*B . /inventory_lists/**C . /inventory_list_searchD . /products/*View AnswerAnswer: D Explanation: Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2FOCAPI%2F15.6%2Fusage%2FOCAPISettings.html

May 27, 2021 No Comments READ MORE +

Which action potentially solves this problem?

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?A . Set the active code version to use the latest compatibility mode.B . Remove invalid...

May 27, 2021 No Comments READ MORE +

Which action should the Developer take, given that JavaScript controllers CANNOT be used?

A Digital Developer wants to selectively retrieve products and process them from an iPhone. Which action should the Developer take, given that JavaScript controllers CANNOT be used?A . Use import/export in Business Manager.B . Create a webservice to retrieve products.C . Use OCAPI and invoke it in native language.D ....

May 26, 2021 No Comments READ MORE +

Which series of steps should a Digital Developer take to show this refinement on the storefront?

Universal Containers wants to give customers the ability to refine product search results by a product custom attribute, weightCapacity. Which series of steps should a Digital Developer take to show this refinement on the storefront?A . Define a sorting rule for weightCapacity, then rebuild the product search index.B . Define...

May 26, 2021 No Comments READ MORE +

Which action will help locate the error?

A Digital Developer suspects a logical error in a script. Which action will help locate the error?A . Submit a support ticket to B2C Commerce.B . Check request logs for evidence of the logical error.C . Put breakpoints in the code, debug, and examine variable values.D . Print all values...

May 26, 2021 No Comments READ MORE +

How should the Digital Developer resolve this issue so that the error message is displayed on the address ID form field?

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....

May 26, 2021 No Comments READ MORE +