How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handling
How do the REST APIs in Salesforce B2B Commerce support pass-through parameter handlingA . An exception is generated for unknown API keysB . Parameters are passed through the service handlersC . Parameters are filtered out before the request is processedD . Parameters are separated, but unusedView AnswerAnswer: B Explanation: The...
How is a price group dynamically set?
How is a price group dynamically set?A . By overriding the ccLogicProductPrice classB . By using contract pricingC . By extending the ccApiPriceList APID . By extending the cc_hk_priceing hookView AnswerAnswer: D Explanation: A price group can be dynamically set by extending the cc_hk_pricing hook. This hook allows modifying the...
Which handlebars helper function is used on Salesforce B2B Commerce pages and components for formatting price values?
Which handlebars helper function is used on Salesforce B2B Commerce pages and components for formatting price values?A . formatPriceB . priceAbsC . showpriceD . priceView AnswerAnswer: A Explanation: The handlebars helper function that is used on Salesforce B2B Commerce pages and components for formatting price values is formatPrice. This function...
What is a best practice when passing query parameters from user interface to an apex controller?
What is a best practice when passing query parameters from user interface to an apex controller?A . Query parameters should be properly sanitized by using JSINHTMLENCODE within the VisualForce Page or Component.B . String parameters should be trimmed using String.trim().C . Query parameters should be passed only to Salesforce B2B...
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:...
What is essential for a Salesforce B2B Commerce theme to show up in the theme section in CC Admin?
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 which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via
In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token viaA . Admin andsubsequently inspecting the logs via the browser console.B . Logging a case with Salesforce support to enable advanced debugging options.C . Enabling debugging options for...
How can this requirement be fulfilled?
When a user buys 10 units of product B, the user wants 1 unit of Product A to be automatically added to the cart. How can this requirement be fulfilled?A . Override the AllowCheckout method in ccrz.cc_api_CartExtensionB . Override the prepareForSave method in ccrz.cc_api_CartExtensionC . Override the preprocess method in...
Which Salesforce B2BCommerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?
Which Salesforce B2BCommerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?A . CC Storefront AssosiationB . CC AdminC . CC Page SectionsD . CC Subscriber PagesView AnswerAnswer: D Explanation: The Salesforce B2B Commerce object that needs to have...
Which three actions are applicable when extendinga default Salesforce B2B Commerce page via a page include? (3 answers)
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...