How can this requirement be fulfilled?

A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as all the pages in the application. How can this requirement be fulfilled?A . Page IncludeB ....

November 11, 2023 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...

November 10, 2023 No Comments READ MORE +

Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?

Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?A . view:*:loadB . view:*:refreshC . view:*:onloadD . view:*:renderedView AnswerAnswer: D Explanation: The event that is invoked by any CCRZ Salesforce B2B Commerce View after the view is rendered is view:*:rendered. This event is triggered by...

November 10, 2023 No Comments READ 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 10, 2023 No Comments READ MORE +

How does a project implement the process to persist payment information datain the Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?

How does a project implement the process to persist payment information datain the Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?A . Trigger a remote action when the process payment button is selected to capture the payment.B . Trigger a remote action to store the payment information in...

November 10, 2023 No Comments READ MORE +

What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?

What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?A . ccrz.cc_CallContext.currUser.isGuestB . ccrz.cc_CallContext.isGuestC . UserInfo.getUserType()D . ... UserTypeView AnswerAnswer: B

October 20, 2021 No Comments READ MORE +

Where are handlebar Templates defined in the Cloud craze managed package?

Where are handlebar Templates defined in the Cloud craze managed package?A . uiProperties fileB . Configuration Setting configurationC . cc_hk_UserInterface extensionD . Page Settings configurationView AnswerAnswer: A

October 19, 2021 No Comments READ MORE +

Which method is used to override when extending the Salesforce B2B Commerce logic providers?

Which method is used to override when extending the Salesforce B2B Commerce logic providers?A . doLogicB . processC . doActionD . fetchView AnswerAnswer: B

October 19, 2021 No Comments READ MORE +

What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?

What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?A . _Cart__cB . c.E_Cart__cC . ccrz__E_Cart__cD . cloudcraze__E_Cart__cView AnswerAnswer: C

October 18, 2021 No Comments READ MORE +

Which conversion flag allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true?

Numerous flags when set, have a direct impact on the result set provided by the Global API's. Which conversion flag allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true?A . ccrz.ccAPISizing.SKIPTRZB . ccrz.ccAPISizing.SOBJECTC . ccrz.ccAPD . SZ_SKIPTRZE ....

October 18, 2021 No Comments READ MORE +