What is a valid way of referencing the global cc_api_CartExtentsion apex class via subscriber code?

What is a valid way of referencing the global cc_api_CartExtentsion apex class via subscriber code?A . ccrz__cc_api_CartExtensionB . c__cc_api_CartExtensionC . cloudcraze.cc_api_CartExtensionD . ccrz.cc_api_CartExtensionView AnswerAnswer: D Explanation: A valid way of referencing the global cc_api_CartExtension apex class via subscriber code is to use ccrz.cc_api_CartExtension. This is the name of the class...

November 18, 2023No CommentsREAD MORE +

For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)

For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)A . A standard remote action will not have access to Salesforce B2B Commerce objects.B . The APEX method called by the remote...

November 18, 2023No CommentsREAD 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 viathe browser developer tools.B . Execute CCRZ.pagevars.pageLabels['PAGE_LABEL_NAME') in the JavaScript console.C . Execute CCRZ.processPageLabelMap('PAGE_LABEL_NAME') in the JavaScript console.D . Enable the 'display...

November 17, 2023No CommentsREAD MORE +

How does the Developer ensure that the field is available to display on a given page?

A Developer created a custom field that a project wants to expose on a given page. How does the Developer ensure that the field is available to display on a given page?A . Override the Service Class that the page uses and update the ServiceManagementin CCAdmin for the given storefront...

November 17, 2023No CommentsREAD MORE +

What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?

A developer is trying to troubleshoot why a field is not displaying on the Product Detail Page. What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?A . CCRZ.productSearchViewB . CCRZ.cartViewC . CCRZ.productDetailModelD . CCRZ.productDetailViewView AnswerAnswer: C Explanation:...

November 16, 2023No CommentsREAD MORE +

How can the display of CC Menu Items be customized for different users?

How can the display of CC Menu Items be customized for different users?A . cc_hk_Category extension to pre-process which category items are cached as menu itemsB . cc_hk_Menu extension to post-process any cached menu itemsC . cc_hk_Menu extension to pre-process which menu items are cachedD . cc_hk_Category extension to post-process...

November 16, 2023No CommentsREAD MORE +

How can this requirement be fulfilled?

A user wants to leverage a three columnlayout 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: A Explanation:...

November 16, 2023No CommentsREAD MORE +

What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?

What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?A . Angularjs, Backbonejs, and handlebarsjsB . Bootstrap, Backbonejs, and handlebarsjsC . Bootstrap, Angularjs, and BackbonejsD . Angularjs, react.js, and handlebarsjsView AnswerAnswer: B Explanation: The templating, JavaScript, and CSS frameworks that the cloudcraze managed package leverages are...

November 15, 2023No CommentsREAD 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"...

November 15, 2023No CommentsREAD MORE +

Inwhich three different ways can a theme be enabled in Salesforce B2B Commerce? (3 answers)

Inwhich three different ways can a theme be enabled in Salesforce B2B Commerce? (3 answers)A . A Storefront settingB . An Account Group field valueC . A per user settingD . AccountE . Dynamically through a hookView AnswerAnswer: A,B,E Explanation: A theme can be enabled in Salesforce B2B Commerce in...

November 15, 2023No CommentsREAD MORE +