Which event is triggered within Salesforce B2B Commerce whenever a cart's statechanges?

Which event is triggered within Salesforce B2B Commerce whenever a cart's statechanges?A . cartChangeB . cartC . pageMessageD . cartStateView AnswerAnswer: A Explanation: The event that is triggered within Salesforce B2B Commerce whenever a cart’s state changes is cartChange. This event is triggered by the updateCart method of the CCRZ.Cart...

November 21, 2023No CommentsREAD MORE +

What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)

What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)A . Items or data within computational intensive loops shouldbe logged.B . The close method of ccrz.ccLog must be called at the end of the remote action.C . No calls to ccrz.ccLog can...

November 20, 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 19, 2023No CommentsREAD 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 Explanation: A method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user...

November 19, 2023No CommentsREAD MORE +

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 CCRZ.uiProperties fileC . Override the autocomplete template and create and register a new handlebars helper.D ....

November 19, 2023No CommentsREAD MORE +

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, 2023No CommentsREAD 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, 2023No CommentsREAD 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, 2023No CommentsREAD 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, 2023No CommentsREAD 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, 2023No CommentsREAD MORE +