To make use of Record Validation upon inserting or editing a record, you need to replace your current entry page with the Record Validation Entry page. This how-to will show you how in a few simple steps.
Step 1 Deploy Record Validation Entry for Leads
Override the "New" button.
Watch this short video or continue with the steps below.
- Navigate to the Salesforce Setup.
- Navigate to Build - Customize - Leads - Buttons, Links and Actions.
- Find the 'New' button and click 'Edit'.
- At 'Override With', select 'Visualforce Page'.
- At the available Visualforce pages, select 'rv2EntryLead'.
- Click Save.
Override the "Edit' button.
Watch this short video or continue with the steps below. - Find the 'Edit' button and click 'Edit'.
- At 'Override With', select 'Visualforce Page'.
- At the available Visualforce pages, select 'rv2EntryLead'.
- Click Save.
Step 2 Deploy Record Validation Entry for Contacts
Override the "New" button.
Watch this short video or continue with the steps below.
- Navigate to the Salesforce Setup.
- Navigate to Build - Customize - Contacts - Buttons, Links and Actions.
- Find the 'New' button and click 'Edit'.
- At 'Override With', select 'Visualforce Page'.
- At the available Visualforce pages, select 'rv2EntryContact'.
- Click Save.
Override the "Edit' button.
Watch this short video or continue with the steps below. - Find the 'Edit' button and click 'Edit'.
- At 'Override With', select 'Visualforce Page'.
- At the available Visualforce pages, select 'rv2EntryContact'.
- Click Save.
Step 3 Deploy Record Validation Entry for Accounts
Override the "New" button.
Watch this short video or continue with the steps below.
- Navigate to the Salesforce Setup.
- Navigate to Build - Customize - Accounts - Buttons, Links and Actions.
- Find the 'New' button and click 'Edit'.
- At 'Override With', select 'Visualforce Page'.
- At the available Visualforce pages, select 'rv2EntryAccount'.
- Click Save.
Override the "Edit' button.
Watch this short video or continue with the steps below. - Find the 'Edit' button and click 'Edit'.
- At 'Override With', select 'Visualforce Page'.
- At the available Visualforce pages, select 'rv2EntryAccount'.
- Click Save.
You have now deployed the Record Validation entry page. You are now ready to validate your data upon entering a new Lead, Contact or Account.