Where is the API-based record creation generally handled in Salesforce B2B Commerce?

Where is the API-based record creation generally handled in Salesforce B2B Commerce?A . In the methods available in extension hooksB . The service-layer responsible for the entityC . Data creation is not allowedD . Logic classes that implement the businesslogic for create operationsView AnswerAnswer: B Explanation: The API-based record creation...

January 18, 2024 No Comments READ MORE +

In which threeways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)

In which threeways can Salesforce B2B Commerce API sizing blocks support multiple API sizing requests? (3 answers)A . When different entities are specified in the method invocation.B . The sizing block is not removed.C . SZ_ASSC is used.D . The sizing block is removedafter the first handler.E . SZ_ASSC is...

January 18, 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...

January 18, 2024 No Comments READ MORE +

What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?

What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?A . Angularjs, Backbonejs, and handlebarsjsB . Bootstrap, Backbonejs, and handlebarsjsC . Bootstrap, Angularjs, and BackbonejsD . Angularjs, react.js, and handlebarsjsView AnswerAnswer: B Explanation: The templating, JavaScript, and CSS frameworks that the cloudcraze managed package leverages are...

January 17, 2024 No Comments READ MORE +

Which format is the custom Salesforce field with the API name "My_Fiels_Name__c" transformed onto by default in Salesforce B2B Commerce?

Which format is the custom Salesforce field with the API name "My_Fiels_Name__c" transformed onto by default in Salesforce B2B Commerce?A . MyFieldNameB . myFieldNameC . myfieldnameD . My_Field_Name__cView AnswerAnswer: B Explanation: The format that the custom Salesforce field with the API name My_Field_Name__c is transformed onto by default in Salesforce...

January 17, 2024 No Comments READ MORE +