You need to sign in to do that
Don't have an account?
A developer is asked to create visualforce page that will be used as a dashboard component. Which three is valid controller for this page? Choose 3 answers
A. Use a custom controller.
B. Use a custom controller with extensions.
C. Use a standard controller with extensions.
D. Do not specify a controller.
E. Use a standard controller.
B. Use a custom controller with extensions.
C. Use a standard controller with extensions.
D. Do not specify a controller.
E. Use a standard controller.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_basic_dashboard_components.htm
Visualforce pages that use the Standard Controller can’t be used in dashboards. To be included in a dashboard, a Visualforce page must have either no controller, use a custom controller, or reference a page bound to the StandardSetController Class.
All Answers
--
Magulan Duraipandian
www.infallibletechie.com
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_basic_dashboard_components.htm
Visualforce pages that use the Standard Controller can’t be used in dashboards. To be included in a dashboard, a Visualforce page must have either no controller, use a custom controller, or reference a page bound to the StandardSetController Class.
Answers: -
A) Use of Custom Controller
B) Dont specify Controller
D) Do not specify a controller.