Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow?

A new payment type for the Checkout flow has been implemented. Which three descriptors follow best practice for possible configuration metadata are needed to enable a flow? (3 answers)A . *.payB . CartC . CheckoutD . *.EditE . *.NewView AnswerAnswer: A,D,E Explanation: To enable a new payment type for the...

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

January 28, 2024 No Comments READ 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...

January 28, 2024 No Comments READ MORE +

Which event should be triggered when user facing info, warning or error messages need to be displayed on a Visualforce page?

Which event should be triggered when user facing info, warning or error messages need to be displayed on a Visualforce page?A . showMessageB . displayPageMessageC . displayMessageD . pageMessageView AnswerAnswer: D Explanation: The event that should be triggered when user facing info, warning or error messages need to be displayed...

January 28, 2024 No Comments READ MORE +

What is a valid way of referencing the global cc_api_CartExtentsion apex class via subscriber code?

What is a valid way of referencing the global cc_api_CartExtentsion apex class via subscriber code?A . ccrz__cc_api_CartExtensionB . c__cc_api_CartExtensionC . cloudcraze.cc_api_CartExtensionD . ccrz.cc_api_CartExtensionView AnswerAnswer: D Explanation: A valid way of referencing the global cc_api_CartExtension apex class via subscriber code is to use ccrz.cc_api_CartExtension. This is the name of the class...

January 28, 2024 No Comments READ 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...

January 28, 2024 No Comments READ MORE +

Which format is the custom Salesforce relationship with the API name, "My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in Salesforce B2B Commerce?

Which format is the custom Salesforce relationship with the API name, "My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in Salesforce B2B Commerce?A . myrelationshipname.myname: valueB . myRelationshipName.myName: valueC . myRelationshipNameR=>(myName: value)D . My_Relationship_Name__r.My_Name__c: valueView AnswerAnswer: C Explanation: The format that the custom Salesforce relationship with the API name, My_Relationship_Name__r.My_Name__c is...

January 28, 2024 No Comments READ 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...

January 27, 2024 No Comments READ 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 ....

January 27, 2024 No Comments READ MORE +

What is appended to the subquery name as part of its transformation by default in Salesforce B2B Commerce?

A query containing a subquery is executed. What is appended to the subquery name as part of its transformation by default in Salesforce B2B Commerce?A . A subscriber-supplied tokenB . "__ccrz"C . The "*" symbolD . The letter "S"View AnswerAnswer: B Explanation: A query containing a subquery is executed. By...

January 27, 2024 No Comments READ MORE +