What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?
What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?A . Angularjs, Backbonejs, and handlebarsjsB . Bootstrap, Backbonejs, and handlebarsjsC . Bootstrap, Angularjs, and BackbonejsD . Angularjs, react.js, and handlebarsjsView AnswerAnswer: B Explanation: The templating, JavaScript, and CSS frameworks that the cloudcraze managed package leverages are...
What are three ways to implement custom post Order processing? (3 answers)
What are three ways to implement custom post Order processing? (3 answers)A . Use a Salesforce workflow rule that executes when an Order record is created.B . Extend cc_hk_invoice tohandle custom business logic post Order processingC . Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business...
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 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...
How does the Developer ensure that the field is available to display on a given page?
A Developer created a custom field that a project wants to expose on a given page. How does the Developer ensure that the field is available to display on a given page?A . Override the Service Class that the page uses and update the ServiceManagementin CCAdmin for the given storefront...
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...
Where is the API-based record creation generally handled in Salesforce B2B Commerce?
Where is the API-based record creation generally handled in Salesforce B2B Commerce?A . In the methods available in extension hooksB . The service-layer responsible for the entityC . Data creation is not allowedD . Logic classes that implement the businesslogic for create operationsView AnswerAnswer: B Explanation: The API-based record creation...
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 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:...
How can the display of CC Menu Items be customized for different users?
How can the display of CC Menu Items be customized for different users?A . cc_hk_Category extension to pre-process which category items are cached as menu itemsB . cc_hk_Menu extension to post-process any cached menu itemsC . cc_hk_Menu extension to pre-process which menu items are cachedD . cc_hk_Category extension to post-process...