What is true regarding adding more Configuration Settings to Salesforce B2B Commerce?
A. Metadata can be added to existing modules, but you cannot add new modules.
B. Configuration settings can only be extended through API's
C. Select "New"in your storefront's Configuration Settings and create a custom setting.
D. More modules and metadata can be added to Salesforce B2B Commerce.
Which handlebars helper function is used on Salesforce B2B Commerce pages and components for formatting price values?
A. formatPrice
B. priceAbs
C. showprice
D. price
For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)
A. A standard remote action will not have access to Salesforce B2B Commerce objects.
B. The APEX method called by the remote action will be passed as a Salesforce B2B Commerce context object.
C. Salesforce B2B Commerce includes do not support standard SalesForce remote actions.
D. The Salesforce B2B Commerce logger cannot be utilized in standard remote actions
What are three advantages of using ccLog over the Salesforce standard System.debug class? (3 answers)
A. There is no need to use string concatenation to easily tag log statements with a subject.
B. ccLog can debug syntax errors found in the JavaScript.
C. There is no need to create a User Trace Flag.
D. Append #ccLog=
E. There is no need to manually set a cookie to debug with the Site Guest User.
What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?
A. Angularjs, Backbonejs, and handlebarsjs
B. Bootstrap, Backbonejs, and handlebarsjs
C. Bootstrap, Angularjs, and Backbonejs
D. Angularjs, react.js, and handlebarsjs
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 processing
C. Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business logic.
D. Modify or add custom Cart formula fields to handle logic.
E. Use Process builder to implement business processes that execute when an Order record is created.
Which Global JavaScript Object should be extended when writing custom Remote Actions?
A. CCRZ.
B. CCRZ.cc
C. CCRZ.cc_CallContext
D. CCRZ.RemoteInvocation
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
The sizing keys used in the Salesforce B2B Commerce Global APIs five distinct operations. What are three of these operations? (3 answers)
A. Refetch data (used on some Logic classes)
B. Return formats as Map
C. Override static DAO classes and methods
D. Related Query to call (sub queries or direct queries)
E. Object type casting