function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dkorba2k5dkorba2k5 

Deploying VF page

Relatively new to VF and not clear on how to do this.  Now that I have my page built, when someone clicks on the record id for my custom object I want the VF page brought up and not the standard Salesforce page.  How/where do I specify this change?
Mark YoungMark Young
Under Setup -> Create -> Objects
 
Open your object, and under 'Standard Buttons and Links' override the View / edit pages etc.
 
Your VF page must use the standardController of the Object to be selectable.
 
Mark