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