What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)

What are two guidelines for logging that are used within the core Salesforce B2B Commerce product? (2 answers)A . Items or data within computational intensive loops shouldbe logged.B . The close method of ccrz.ccLog must be called at the end of the remote action.C . No calls to ccrz.ccLog can...

August 10, 2024 No Comments READ MORE +

Which two different types of services do Salesforce B2B

Which two different types of services do Salesforce B2BA . Commerce APIs leverage? (2 answers) A) Logic services which are responsible for implementing business logic associated with entities.B . Global services which are responsible for querying and transforming data from entitiesC . Data services which are responsible for querying and...

August 10, 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...

August 10, 2024 No Comments READ MORE +

What are three of these operations?

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<String, Object> or SObjects listsC . Override static DAO classes and methodsD . Related Query to...

August 10, 2024 No Comments READ MORE +

Which three scenarios are valid reasons for customer to create their own robots.txt file?

Salesforce B2B Commerce natively provides a robots.txt file, however, a customer can also create its own version. Which three scenarios are valid reasons for customer to create their own robots.txt file? (3 answers)A . The customer wants to reference multiple storefront sitemap indexes in a single robots.txt fileB . The...

August 9, 2024 No Comments READ MORE +

What is one way of preventing anexisting payment page from being shown on the checkout payment page?

A configuration value, CO.NewOrder, is set to TRUE. What is one way of preventing anexisting payment page from being shown on the checkout payment page?A . Delete the Visualforce page from the code base.B . Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate...

August 9, 2024 No Comments READ MORE +

What is the default Global API DataSizing convention flag that is used by theAPI's unless otherwise specified?

Numerous flags, when set, have a direct impact on the result set provided by the Global API's. What is the default Global API DataSizing convention flag that is used by theAPI's unless otherwise specified?A . CCRZ.ccPAI.SZ_XLB . CCRZ.ccPAI.SZ_MC . CCRZ.ccPAI.SZ_LD . CCRZ.ccPAI.SZ_SView AnswerAnswer: B Explanation: The default Global API Data-Sizing...

August 9, 2024 No Comments READ MORE +

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

August 8, 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:...

August 8, 2024 No Comments READ MORE +

What are three ways to implement custom post Order processing? (3 answers)

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 processingC . Use cc_hk_Order.placeTarget to define a new Order Confirmation page which executes additional business...

August 7, 2024 No Comments READ MORE +