How does a project implement the process to persist payment information datain the Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?

How does a project implement the process to persist payment information datain the Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?A . Trigger a remote action when the process payment button is selected to capture the payment.B . Trigger a remote action to store the payment information in...

August 16, 2024 No Comments READ MORE +

Which two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)

Which two usages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)A . ccrz.ccLog.log(System.LoggingLevel.ERROR, 'D:something', myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocationB . crz.ccLog.log(System.LoggingLevel.WARN, 'D:something', 'Something unexpected occurred: The data we were expecting for pl was not there,')C . crz.ccLog.log(System.LoggingLevel.DEBUG, 'D:myOrderList', myOrderList), where myOrderList is a list...

August 15, 2024 No Comments READ MORE +

Which two statement are true for Mass Order (2 answers)

Which two statement are true for Mass Order (2 answers)A . Mass Order pricing is done via a batch job.B . Mass order works with thedefault wishlistsC . The variation product is leveraged for SKUs.D . Mass Order is mobile ready with the ccrz templates.View AnswerAnswer: A,C Explanation: Mass Order...

August 15, 2024 No Comments READ MORE +

What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?

A developer is trying to troubleshoot why a field is not displaying on the Product Detail Page. What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?A . CCRZ.productSearchViewB . CCRZ.cartViewC . CCRZ.productDetailModelD . CCRZ.productDetailViewView AnswerAnswer: C Explanation:...

August 15, 2024 No Comments READ MORE +

Which two aspects are applicable to Page Includes? (2 answers)

Which two aspects are applicable to Page Includes? (2 answers)A . Standard Visualforce controls such as apex:form should not be used within a page includeB . Page Includes must be assigned to an OOTB Page, i.e. Home, Product Detail, etc., and enabledC . Page Includes can be configured as Body...

August 15, 2024 No Comments READ MORE +

Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package? (3 answers)

Which three statements are true regarding event handling in the Salesforce B2B Commerce managed package? (3 answers)A . Salesforce B2B Commerce relies on a series of Javascript click listener events.B . Writing directly to your own custom Backbone JS Views and Models automatically integrates that data into the Salesforce B2B...

August 14, 2024 No Comments READ MORE +

Which conversion flag allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true?

Numerous flags when set, have a direct impact on the result set provided by the Global API's. Which conversion flag allows for sObjects to be returned from the Global API's when provided as a Boolean parameter with a value of true?A . ccrz.ccAPISizing.SKIPTRZB . ccrz.ccAPISizing.SOBJECTC . ccrz.ccAPI.SZ_SKIPTRZD . ccrz.ccAPI.SZ_SOBJECTView AnswerAnswer:...

August 13, 2024 No Comments READ MORE +

Which cookie stores the effective account ID when effective account is enabled?

Which cookie stores the effective account ID when effective account is enabled?A . apex__cclgtknB . apex__effaccC . apex__currCartIdD . apex__cc_anonymous_CountryView AnswerAnswer: B Explanation: The cookie that stores the effective account ID when effective account is enabled is apex__effacc. This cookie is set by the cc_hk_EffectiveAccount hook when a user switches...

August 13, 2024 No Comments READ MORE +

How are version related upgrades passed on to subscriber API extensions/overrides?

How are version related upgrades passed on to subscriber API extensions/overrides?A . APIs callback with specific versions specified; the user must know which version number to use.B . Copy and paste of specific code is "built-in"C . Extensions and overridden APIs don't support-related upgrades.D . The "delegate" allows inherited method...

August 13, 2024 No Comments READ MORE +

Which method signature is used in the Global API's?

Which method signature is used in the Global API's?A . Changes based on API and Method nameB . ccrz.cc_Output (ccrz:cc_Input input)C . Map<String, Object>D . List<List<Object>>View AnswerAnswer: B Explanation: The method signature that is used in the Global API’s is ccrz.cc_Output (ccrz.cc_Input input). This signature indicates that the Global API...

August 12, 2024 No Comments READ MORE +