Salesforce Platform Developer I (legacy) — Question 98
In order to override a standard action with a Visualforce page, which attribute must be defined in the <apex:page> tag?
Answer options
- A. pageReference
- B. override
- C. controller
- D. standardController
Correct answer: D
Explanation
The correct answer is D, as the standardController attribute is essential for linking the Visualforce page to a standard Salesforce object, allowing it to override the default behavior. Options A, B, and C do not serve this purpose, as they relate to different functionalities or definitions within a Visualforce page context.