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
KD9500KD9500 

Record Types

Hi,

I have created 3 diffrent record types for the Object Product. I have created a Visual Force page for one of the record types and want to override the "New" button with that page so I will have my VF page when entering records for that record type.  I tried to do the override but then I do not get the option to select the record type and it defaults to this page.

How can I accomplish that?

Thanks

Krishnadas M R

werewolfwerewolf
It doesn't work that way.  You'll have to set your override page such that it itself allows the user to select the record type and then sends him to the standard edit page or the Visualforce page as necessary.