What is the default Global API DataSizing convention flag that is used by theAPI's unless otherwise specified?

Numerous flags, when set, have a direct impact on the result set provided by the Global API's. What is the default Global API DataSizing convention flag that is used by theAPI's unless otherwise specified?A . CCRZ.ccPAI.SZ_XLB . CCRZ.ccPAI.SZ_MC . CCRZ.ccPAI.SZ_LD . CCRZ.ccPAI.SZ_SView AnswerAnswer: B Explanation: The default Global API Data-Sizing...

January 23, 2024 No Comments READ 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...

January 23, 2024 No Comments READ MORE +

How are variables bound when services use the ccSercviceDao classto execute queries?

How are variables bound when services use the ccSercviceDao classto execute queries?A . Global variablesB . Apex local variablesC . String substitutionD . Apex class variablesView AnswerAnswer: C Explanation: When services use the ccServiceDao class to execute queries, variables are bound by string substitution. This means that the query string...

January 22, 2024 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...

January 21, 2024 No Comments READ MORE +

What is the recommended method for increasing the number of required autocomplete characters 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 ....

January 21, 2024 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:...

January 21, 2024 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 Explanation: A method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user...

January 21, 2024 No Comments READ 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...

January 21, 2024 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 Explanation: A valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query is...

January 21, 2024 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: C Explanation: The method that is used to override when extending the Salesforce B2B Commerce logic providers is doLogic. This method is responsible for executing the business...

January 20, 2024 No Comments READ MORE +