Which method needs to be implemented when rendering a Salesforce B2B Commerce view in order to have it called after rendering has finished?

Which method needs to be implemented when rendering a Salesforce B2B Commerce view in order to have it called after rendering has finished?A . There are no methods called on the view after rendering has finishedB . onRender()C . postRender()D . afterRender()View AnswerAnswer: C The method that needs to be...

January 26, 2024 No Comments READ MORE +

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...

January 25, 2024 No Comments READ MORE +

What are two ways to check the input or return data of the Global API's?

The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes. What are two ways to check the input or return data of the Global API's? (2 answers)A . ccrz.ccUtil.isNotEmpty(Map<String, Object>) andccrz.ccUtil.isNotEmpty(List<Object>)B . ccrz.ccUtil.isNotValid(Map<String, Object>) andccrz.ccUtil.isNotValid(List<Object>)C . ccrz.ccUtil.isValid(Map<String, Object>) and ccrz.ccUtil.isValid(List<Object>)D ....

January 25, 2024 No Comments READ MORE +

How can this requirement be fulfilled?

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 OverrideB . Subscriber TemplateC . Page IncludeD . HandleBar Template OverrideView AnswerAnswer: A Explanation:...

January 25, 2024 No Comments READ MORE +

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...

January 25, 2024 No Comments READ MORE +

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...

January 25, 2024 No Comments READ MORE +

Where are handlebar Templates defined in the Cloudcraze managed package?

Where are handlebar Templates defined in the Cloudcraze managed package?A . uiProperties fileB . Configuration Setting configurationC . cc_hk_UserInterface extensionD . Page Settings configurationView AnswerAnswer: A Explanation: Handlebar Templates are defined in the uiProperties file in the cloudcraze managed package. This file contains various properties that control the behavior and...

January 24, 2024 No Comments READ MORE +

Which three items will open up a major security hole?

Although Salesforce B2B Commerce and Salesforce recommend against using "without sharing classes" whenever possible, sometimes it is unavoidable. Which three items will open up a major security hole? (3 answers)A . Executing dynamic SOQL inside a without sharing class with a bind variable fromPageReference.getParameters().B . Executing dynamic SOQL inside a...

January 24, 2024 No Comments READ MORE +

What is default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?

What is default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?A . Fields names are returned using the Salesforce naming convention.B . Fields names are returned with „c." prepended in their name.C . Fields names are returned with a lowercase first letter,camelcase conventionD . Fields names can...

January 24, 2024 No Comments READ MORE +

Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)

Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)A . Perform a template override on the Checkout page.B . Add a page include to the checkout page.C . Build and activate a new configuration cache setting via CC admin.D...

January 24, 2024 No Comments READ MORE +