Where are handlebar Templates defined in the Cloudcraze managed package?

Where are handlebar Templates defined in the Cloudcraze managed package?A . uiProperties fileB . Configuration Setting configurationC . cc_hk_UserInterface extensionD . Page Settings configurationView AnswerAnswer: A Explanation: Handlebar Templates are defined in the uiProperties file in the cloudcraze managed package. This file contains various properties that control the behavior and...

November 19, 2023 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.ccAPI.SZ_SKIPTRZD . ccrz.ccAPI.SZ_SOBJECTView AnswerAnswer:...

November 19, 2023 No Comments READ MORE +

Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow?

A new payment type for the Checkout flow has been implemented. Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow? (3 answers)A . *.payB . CartC . CheckoutD . *.EditE . *.NewView AnswerAnswer: A,D,E Explanation: To enable a new payment type for the...

November 19, 2023 No Comments READ MORE +

In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via

In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token viaA . Admin andsubsequently inspecting the logs via the browser console.B . Logging a case with Salesforce support to enable advanced debugging options.C . Enabling debugging options for...

November 18, 2023 No Comments READ MORE +

What is a best practice when passing query parameters from user interface to an apex controller?

What is a best practice when passing query parameters from user interface to an apex controller?A . Query parameters should be properly sanitized by using JSINHTMLENCODE within the VisualForce Page or Component.B . String parameters should be trimmed using String.trim().C . Query parameters should be passed only to Salesforce B2B...

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

What are three ways to implement custom post Order processing? (3 answers)

What are three ways to implement custom post Order processing? (3 answers)A . Use a Salesforce workflow rule that executes when an Order record is created.B . Extend cc_hk_invoice tohandle custom business logic post Order processingC . Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business...

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

What are two reasons that is it preferred to use the ccrz.cc_hk_UserInterface extension over the Cloudcraze Page Include sections?

The ccrz.cc_hk_UserInterface apex class, HTMLHead Include Begin and HTML Head Include End Cloudcraze Page Include sections allow additional content to be added to the HTML <head> tag. What are two reasons that is it preferred to use the ccrz.cc_hk_UserInterface extension over the Cloudcraze Page Include sections? (2 answers)A . Salesforce...

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