B2C-Commerce-Developer Salesforce Certified B2C Commerce Developer (WI23)

Loading demo links...

Showing 10–12 of 15 questions

Question 10

A developer cannot create a custom object in Business Manager because the attributes do not show. The developer can view the object but not the attributes.

Which action should the developer take to resolve the problem?

Select an option, then click Submit answer.

  • Change the data type of the attributes.

  • Create an attribute Group with the desired attributes in it.

  • Set the attributes to site-specific replicable.

Question 11

A developer is implementing new Page Designer content on a merchant's Storefront and adds the line below to

What does this achieve?

Select an option, then click Submit answer.

  • Enables searching to find Page Designer content assets that are not in folders.

  • Prevents Page Designer pages and components from being searchable.

  • Filters Page Designer search results into separate page and component folders.

  • Extends the ConrencSearchModei to allow the folder filter.

Question 12

Business Manager has the configuration:

Active log category is “root”

Log level of INFO

The code below execites:

Var log = Logger.getLogger(“products”,”export”);

Log.info (“This is important information”);

Using this information, what is the beginning of the filename in which the log will be written?

Select an option, then click Submit answer.

  • custom-export

  • custom-products

  • products

  • info-export