ExamGecko
Question list
Search
Search

Question 69 - Certified B2B Commerce Developer discussion

Report
Export

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

A.
view:*:load
Answers
A.
view:*:load
B.
view:*:refresh
Answers
B.
view:*:refresh
C.
view:*:onload
Answers
C.
view:*:onload
D.
view:*:rendered
Answers
D.
view:*:rendered
Suggested answer: 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 the render method of the CCRZ.View class, which is the base class for all views in the framework. The event can be used to perform any actions or logic that depend on the view being rendered, such as initializing widgets, binding events, or updating the user interface. Salesforce

Reference:B2B Commerce and D2C Commerce Developer Guide,Events,View Class

asked 23/09/2024
Trung Phan
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first