What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?

What is a valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query?A . _Cart__cB . c.E_Cart__cC . ccrz__E_Cart__cD . cloudcraze__E_Cart__cView AnswerAnswer: C Explanation: A valid way of referencing the CC Cart Object whose API name is E_Cart__c in a SOQL query is...

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

November 12, 2023No CommentsREAD MORE +

Which command will return the value in the given Map if found or a default value in the event that the Map is null, empty, or an object is not found for that key?

The ccUtil apex class in Salesforce B2B Commerce provides numerous utility functions that can be leveraged in subscriber classes. Which command will return the value in the given Map if found or a default value in the event that the Map is null, empty, or an object is not found...

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

November 11, 2023No CommentsREAD MORE +

Which three statements are true regarding extending ccServiceProduct and exposing custom fields on the Product Detail Page?

Salesforce B2B leverages global API's for encapsulating business logic into blocks that can be extended and modified by subscribers. Which three statements are true regarding extending ccServiceProduct and exposing custom fields on the Product Detail Page? (3 answers)A . Override the getFieldsMap method and add subscriber specific code.B . Ensure...

November 11, 2023No CommentsREAD MORE +

How can this requirement be fulfilled?

A user wants to have a Contact Us page in the storefront. This page will be a web-tolead form and it should have the header and footer, essentially the same look and feel as all the pages in the application. How can this requirement be fulfilled?A . Page IncludeB ....

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

November 10, 2023No CommentsREAD MORE +

Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?

Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?A . view:*:loadB . view:*:refreshC . view:*:onloadD . view:*:renderedView AnswerAnswer: D Explanation: The event that is invoked by any CCRZ Salesforce B2B Commerce View after the view is rendered is view:*:rendered. This event is triggered by...

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

November 10, 2023No CommentsREAD MORE +

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

November 10, 2023No CommentsREAD MORE +