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 +

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...

October 17, 2021 No Comments READ MORE +

Which two aspects are applicable to Page Includes? (2 answers)

Which two aspects are applicable to Page Includes? (2 answers)A . Standard Visualforce controls such as apex: form should not be used within a page includeB . Page Includes must be assigned to an OOTB Page, i.e. Home, Product Detail, etc., and enabledC . Page Includes can be configured as...

October 17, 2021 No Comments READ MORE +

Which two statement are true for Mass Order (2 answers)

Which two statement are true for Mass Order (2 answers)A . Mass Order pricing is done via a batch job.B . Mass order works with the default wish listsC . The variation product is leveraged for SKUs.D . Mass Order is mobile ready with the ccrz templates.View AnswerAnswer: A,C

October 16, 2021 No Comments READ MORE +

Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)

Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)A . ccrz.ccLog.log(System.LoggingLevel.ERROR, 'D:something', myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocationB . crz.ccLog.log(System.LoggingLevel.WARN, 'D:something', 'Something unexpected occurred: The data we were expecting for pl was not there,')C . crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrderList', myOrderList), where myOrderList is a list of...

October 16, 2021 No Comments READ MORE +

Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)

Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)A . Create a new CC Subscriber Page record that points to your custom Visualforce page.B . Create a new Visualforce page, and manually import the Salesforce B2BCommerce JavaScript...

October 15, 2021 No Comments READ MORE +