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 ServiceManagement in CCAdmin for the given storefront to use this new Service Class.
B. Override the Logic Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
C. Create a new Service Classthat the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
D. Create a new Logic Class that the page uses and update the Service Management in CCAdmin for the given storefront to use this new Service Class
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 thedefault wishlists
C. The variation product is leveraged for SKUs.
D. Mass Order is mobile ready with the ccrz templates.
The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes.
Which command will return the value in the given Map if found or a default value in the event that the Map is null, empty, or an object is not found for that key?
A. ccrz.ccUtil.defv (Map
B. ccrz.ccUtil.defVal (Map
C. ccrz.ccUtil.... (Map
D. ccrz.ccUtil.defaultValue(Map
Which three actions are applicable when extendinga default Salesforce B2B Commerce page via a page include? (3 answers)
A. Create a Service Class override to query the new page include.
B. Create the VisualForce page you wish to include to the Salesforce b2B Commerce page.
C. Prepend "c." to the name ofthe page referenced in the configuration setting.
D. Create a configuration setting for enabling the page include and assigning the new page include via CC admin.
E. Build and activate a new configuration cache setting via CC admin.
Which three pages should be enabled for the Guest user profile for a storefront to have anonymous checkout? (3 answers)
A. CCPaymentInfo
B. CheckoutNew
C. OrderView
D. Checkout
E. OrderConfirmation
What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?
A. The theme needs to be set as a Custom Setting in Salesforce.
B. The theme needs to be set in the Configuration Settings.
C. The theme needs to have "theme" in the name of the Static Resource.
D. The theme needs to be referred to in the head element on the page
A user wants to leverage a three columnlayout on a page. The user also wants to move the mini-cart widget from the right to the center column. How can this requirement be fulfilled?
A. Gross Layout Override
B. Subscriber Template
C. Page Include
D. HandleBar Template Override
What are three ways to test the value of Page Label on any Salesforce B2B Commerce Community Page? (3 answers)
A. Access the source HTML for the page viathe browser developer tools.
B. Execute CCRZ.pagevars.pageLabels['PAGE_LABEL_NAME') in the JavaScript console.
C. Execute CCRZ.processPageLabelMap('PAGE_LABEL_NAME') in the JavaScript console.
D. Enable the 'display page label names' in cc admin.
E. Execute (('PAGE_LABEL_NAME')) in the JavaScript console
A user wants the pricing to reflect the price values stored in an external ERP during the checkoutflow. In what way can this requirement be satisfied?
A. Override the computePricingCart method in ccrz.cc_api_PriceAdjustoment and make the callout in this method.
B. None of the above
C. Override the computePricingReview method in ccrz.cc_CartExtension and make the callout in this method.
D. Override the computePricingCart methos in ccrz.cc_api_CartExtension and make the callout in this method.