Where is the API-based record creation generally handled in Salesforce B2B Commerce?

Where is the API-based record creation generally handled in Salesforce B2B Commerce?A . In the methods available in extension hooksB . The service-layer responsible for the entityC . Data creation is not allowedD . Logic classes that implement the business logic for create operationsView AnswerAnswer: B

October 13, 2021 No Comments READ MORE +

How is a price group dynamically set?

How is a price group dynamically set?A . By overriding the ccLogicProductPrice classB . By using contract pricingC . By extending the ccApiPriceList APID . By extending the cc_hk_priceing hookView AnswerAnswer: A

October 13, 2021 No Comments READ MORE +

What are three ways to test the value of Page Label on any Salesforce B2B Commerce Community Page? (3 answers)

What are three ways to test the value of Page Label on any Salesforce B2B Commerce Community Page? (3 answers)A . Access the source HTML for the page via the browser developer tools.B . Execute CCRC . pagevars.pageLabels['PAGE_LABEL_NAME') in the JavaScript console.D . Execute CCRE . processPageLabelMap('PAGE_LABEL_NAME') in the JavaScript...

October 12, 2021 No Comments READ MORE +

How can this requirement be fulfilled?

A user wants to leverage a three column layout on a page. The user also wants to move the mini-cart widget from the right to the center column. How can this requirement be fulfilled?A . Gross Layout OverrideB . Subscriber TemplateC . Page IncludeD . HandleBar Template OverrideView AnswerAnswer: B

October 11, 2021 No Comments READ MORE +

What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?

What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?A . The theme needs to be set as a Custom Setting in Salesforce.B . The theme needs to be set in the Configuration Settings.C . The theme needs to have "theme"...

October 11, 2021 No Comments READ MORE +

What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?

What is the recommended method for increasing the number of required autocomplete characters that are typed before autocomplete works?A . Override and extend the autoComplete method in cc_hk_Catalog.B . Override theautoComplete.search_input.minLength value in the CCRC . uiProperties fileD . Override the autocomplete template and create and register a new handlebars...

October 10, 2021 No Comments READ MORE +

Which three scenarios are valid reasons for customer to create their own robots.txt file?

Salesforce B2B Commerce natively provides a robots.txt file, however, a customer can also create its own version. Which three scenarios are valid reasons for customer to create their own robots.txt file? (3 answers)A . The customer wants to reference multiple storefront sitemap indexes in a single robots.txt fileB . The...

October 9, 2021 No Comments READ MORE +

Which method signature is used in the Global API's?

Which method signature is used in the Global API's?A . Changes based on API and Method nameB . ccrz.cc_Output (ccrz:cc_Input input)C . Map<String, Object>D . List<List<Object>>View AnswerAnswer: C

October 9, 2021 No Comments READ MORE +

Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package? (3 answers)

Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package? (3 answers)A . Salesforce B2B Commerce relies on a series of Javascript click listener events.B . Writing directly to your own custom Backbone JS Views and Models automatically integrates that data into the Salesforce B2B...

October 9, 2021 No Comments READ MORE +

How are version related upgrades passed on to subscriber API extensions/overrides?

How are version related upgrades passed on to subscriber API extensions/overrides?A . APIs callback with specific versions specified; the user must know which version number to use.B . Copy and paste of specific code is "built-in"C . Extensions and overridden APIs don't support-related upgrades.D . The "delegate" allows inherited method...

October 8, 2021 No Comments READ MORE +