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

August 7, 2024No CommentsREAD MORE +

How can this requirement be fulfilled?

A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as all the pages in the application. How can this requirement be fulfilled?A . Page IncludeB ....

August 5, 2024No CommentsREAD MORE +

What is default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?

What is default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?A . Fields names are returned using the Salesforce naming convention.B . Fields names are returned with „c." prepended in their name.C . Fields names are returned with a lowercase first letter,camelcase conventionD . Fields names can...

August 5, 2024No CommentsREAD MORE +

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

August 4, 2024No CommentsREAD MORE +

Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)

Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)A . Each globalAPI method takes in a Map<String, Object> as a single parameter and returns a Map<String, Object>B . Global APIs are versioned.C . Global APIs will catch any Exceptions that are thrown as part of...

August 4, 2024No CommentsREAD MORE +

Which event should be triggered when user facing info, warning or error messages need to be displayed on a Visualforce page?

Which event should be triggered when user facing info, warning or error messages need to be displayed on a Visualforce page?A . showMessageB . displayPageMessageC . displayMessageD . pageMessageView AnswerAnswer: D Explanation: The event that should be triggered when user facing info, warning or error messages need to be displayed...

August 4, 2024No CommentsREAD MORE +

Salesforce B2B Commerce?

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

August 3, 2024No CommentsREAD MORE +

Which three items will open up a major security hole?

Although Salesforce B2B Commerce and Salesforce recommend against using "without sharing classes" whenever possible, sometimes it is unavoidable. Which three items will open up a major security hole? (3 answers)A . Executing dynamic SOQL inside a without sharing class with a bind variable fromPageReference.getParameters().B . Executing dynamic SOQL inside a...

August 2, 2024No 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...

August 1, 2024No CommentsREAD 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...

August 1, 2024No CommentsREAD MORE +