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...
What isthe difference between Gross Layout Overrides and Subscriber Templates?
What isthe difference between Gross Layout Overrides and Subscriber Templates?A . Gross Layout Overrides allow modification to CSS of a page, while Subscriber Templates allows for modification of the entire page including header and footer.B . Subscriber Templates allows for modification of the header, the footer and the content in...
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 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...
Which out of the box Salesforce B2B Commerce page can give instructions to web crawlers from accessing specific Salesforce B2B Commerce pages?
Which out of the box Salesforce B2B Commerce page can give instructions to web crawlers from accessing specific Salesforce B2B Commerce pages?A . CCCat?SiteMapB . cc_RobotsTxTC . CCSiteIndexD . CCPageView AnswerAnswer: B Explanation: The out of the box Salesforce B2B Commerce page that can give instructions to web crawlers from...
What is true regarding adding more Configuration Settings to Salesforce B2B Commerce?
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'sC . Select "New"in your storefront's Configuration Settings and create a custom setting.D . More modules...
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:...
Which two scoped modules should a developer import in Lightning web components to check user permissions?
Which two scoped modules should a developer import in Lightning web components to check user permissions?A . @salesforce/permissionB . @salesforce/customPermissionC . @salesforce/hasPermissionD . @salesforce/userPermissionView AnswerAnswer: AB Explanation: To check user permissions in Lightning web components, a developer should import two scoped modules: @salesforce/permission and @salesforce/customPermission. The @salesforce/permission module allows the...
Which format is the custom Salesforce relationship with the API name, "My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in Salesforce B2B Commerce?
Which format is the custom Salesforce relationship with the API name, "My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in Salesforce B2B Commerce?A . myrelationshipname.myname: valueB . myRelationshipName.myName: valueC . myRelationshipNameR=>(myName: value)D . My_Relationship_Name__r.My_Name__c: valueView AnswerAnswer: C Explanation: The format that the custom Salesforce relationship with the API name, My_Relationship_Name__r.My_Name__c is...
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...