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

How should this requirement be fulfilled?

A user wants to have a customized experience for adding items to the cart. The user also wants the mini cart module to reflect changes to the state of the cart afterwords. How should this requirement be fulfilled?A . Leverage the Addto Cart Global API which add items to the...

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

How can this requirement be fulfilled?

When a user buys 10 units of product B, the user wants 1 unit of Product A to be automatically added to the cart. How can this requirement be fulfilled?A . Override the AllowCheckout method in ccrz.cc_api_CartExtensionB . Override the prepareForSave method in ccrz.cc_api_CartExtensionC . Override the preprocess method in...

November 19, 2023No CommentsREAD MORE +

What is one way of preventing anexisting payment page from being shown on the checkout payment page?

A configuration value, CO.NewOrder, is set to TRUE. What is one way of preventing anexisting payment page from being shown on the checkout payment page?A . Delete the Visualforce page from the code base.B . Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate...

November 18, 2023No CommentsREAD 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 Explanation: A valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query is...

November 18, 2023No CommentsREAD MORE +

What is true regarding adding more Configuration Settings to Salesforce B2B Commerce?

What is true regarding adding more Configuration Settings to Salesforce B2B Commerce?A . Metadata can be added to existing modules, but you cannot add new modules.B . Configuration settings can only be extended through API'sC . Select "New"in your storefront's Configuration Settings and create a custom setting.D . More modules...

November 18, 2023No CommentsREAD MORE +

In which threeways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)

In which threeways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)A . When different entities are specified in the method invocation.B . The sizing block is not removed.C . SZ_ASSC is used.D . The sizing block is removedafter the first handler.E . SZ_ASSC is...

November 18, 2023No CommentsREAD MORE +

What Global API Data-Sizing convention flag prevents an API request from propagating to further requests when provided as a Boolean parameter with a value of true?

Numerous flags ... have a directimpact on the result set provided by the Global API's. What Global API Data-Sizing convention flag prevents an API request from propagating to further requests when provided as a Boolean parameter with a value of true?A . ccrz.ccAPI.SZ_RELB . ccrz.ccAPI.SZ_ASSCC . ccrz.ccAPISizing.ASSCD . ccrz.ccAPISizing.RELView AnswerAnswer:...

November 18, 2023No CommentsREAD MORE +