How should this requirement be fulfilled?

A user wants to have a customized experience for adding items to the cart. The user also wants the mini cart module to reflect changes to the state of the cart afterwords. How should this requirement be fulfilled?A . Leverage the Addto Cart Global API which add items to the...

August 30, 2024No CommentsREAD MORE +

Which two statements are true regarding the cc_CallContext class in Salesforce B2B Commerce? (2 answers)

Which two statements are true regarding the cc_CallContext class in Salesforce B2B Commerce? (2 answers)A . The Salesforce session is accessible via the getSession methodB . The class can be used internally within Salesforce B2B Commerce and in subscriber code to access context level parametersC . The userLocale variable returns...

August 30, 2024No CommentsREAD MORE +

Which method needs to be implemented when rendering a Salesforce B2B Commerce view in order to have it called after rendering has finished?

Which method needs to be implemented when rendering a Salesforce B2B Commerce view in order to have it called after rendering has finished?A . There are no methods called on the view after rendering has finishedB . onRender()C . postRender()D . afterRender()View AnswerAnswer: C Explanation: The method that needs to...

August 29, 2024No CommentsREAD MORE +

Which three attributes are true regarding Subscriber pages? (3 answers)

Which three attributes are true regarding Subscriber pages? (3 answers)A . Subscriber pages can include additional standard Salesforce B2B Commerce components such as featured products, category tree, and mini cart.B . All the user interface components must be createdmanually.C . Subscriber pages allow customers to quickly create new custom pages...

August 28, 2024No CommentsREAD MORE +

How can the display of CC Menu Items be customized for different users?

How can the display of CC Menu Items be customized for different users?A . cc_hk_Category extension to pre-process which category items are cached as menu itemsB . cc_hk_Menu extension to post-process any cached menu itemsC . cc_hk_Menu extension to pre-process which menu items are cachedD . cc_hk_Category extension to post-process...

August 28, 2024No 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...

August 28, 2024No CommentsREAD MORE +

Which Global JavaScript Object should be extended when writing custom Remote Actions?

Which Global JavaScript Object should be extended when writing custom Remote Actions?A . CCRZ.B . CCRZ.ccC . CCRZ.cc_CallContextD . CCRZ.RemoteInvocationView AnswerAnswer: B Explanation: The Global JavaScript Object that should be extended when writing custom Remote Actions is CCRZ.cc. This object contains all the Remote Actions that are defined in the...

August 28, 2024No CommentsREAD MORE +

For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)

For which two reasons is it preferable to extend the Salesforce B2B Commerce remote invocation object instead of using the standard Salesforce remote action invocation manager (2 answers)A . A standard remote action will not have access to Salesforce B2B Commerce objects.B . The APEX method called by the remote...

August 28, 2024No CommentsREAD MORE +

How does the Developer ensure that the field is available to display on a given page?

A Developer created a custom field that a project wants to expose on a given page. How does the Developer ensure that the field is available to display on a given page?A . Override the Service Class that the page uses and update the ServiceManagementin CCAdmin for the given storefront...

August 27, 2024No CommentsREAD MORE +

Which Salesforce B2BCommerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?

Which Salesforce B2BCommerce object needs to have a record added when defining a new Subscriber Pages to be rendered in a CC Page?A . CC Storefront AssosiationB . CC AdminC . CC Page SectionsD . CC Subscriber PagesView AnswerAnswer: D Explanation: The Salesforce B2B Commerce object that needs to have...

August 27, 2024No CommentsREAD MORE +