A developer wants to override a button using Visualforce on an object.
What is the requirement?
- The controller or extension must have a PageReference method.
- The standardController attribute must be set to the object.
- The action attribute must be set to a controller method.
- The object record must be instantiated in a controller or extension.
Reveal Solution Next Question