You need to sign in to do that
Don't have an account?

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?

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