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

November 24, 2023No CommentsREAD 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...

November 24, 2023No CommentsREAD 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...

November 24, 2023No CommentsREAD MORE +

In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token via

In which three ways should useful debugging information in Salesforce B2B Commerce implementation be garnered? (3 answers) A) Enabling the logging token viaA . Admin andsubsequently inspecting the logs via the browser console.B . Logging a case with Salesforce support to enable advanced debugging options.C . Enabling debugging options for...

November 22, 2023No CommentsREAD MORE +

What are three advantages of using ccLog over the Salesforce standard System.debug class? (3 answers)

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

November 22, 2023No CommentsREAD MORE +

What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?

What is a method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?A . ccrz.cc_CallContext.currUser.isGuestB . ccrz.cc_CallContext.isGuestC . UserInfo.getUserType()D . ... UserTypeView AnswerAnswer: B Explanation: A method to resolve if the current storefront customer is a Salesforce B2B Commerce guest user...

November 21, 2023No CommentsREAD 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...

November 21, 2023No CommentsREAD MORE +

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

November 21, 2023No CommentsREAD MORE +

What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)

What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)A . SOSLB . SQLC . SOQLD . Schema-less queriesView AnswerAnswer: CD Explanation: Two kinds of queries that the methods in Salesforce B2B Commerce services perform by default are SOQL and schema-less queries....

November 20, 2023No CommentsREAD MORE +

Which event is triggered within Salesforce B2B Commerce whenever a cart's statechanges?

Which event is triggered within Salesforce B2B Commerce whenever a cart's statechanges?A . cartChangeB . cartC . pageMessageD . cartStateView AnswerAnswer: A Explanation: The event that is triggered within Salesforce B2B Commerce whenever a cart’s state changes is cartChange. This event is triggered by the updateCart method of the CCRZ.Cart...

November 20, 2023No CommentsREAD MORE +