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
su tsu t 

Record Type Page

Hi,

An object is created. On the page there is a button for new which allows you to create a new record.
Once hit new, a new page is popped up where it asks to select new record type. This page has a drop down of differnt record tyes created.
We need to select a record type from the drop down and hit continue to get a form which consits of all the fields which are custom created.
I have recreated the same the pages except for the page with record types. Can you please tell me how should I create that page.

Thanks!!
RamuRamu (Salesforce Developers) 
I guess you are looking out for a way to create a visualforce record type selection page. The below posts might help

http://salesforce.stackexchange.com/questions/40909/opportunity-record-type-selection-page

http://salesforce.stackexchange.com/questions/41887/custom-save-new-button-with-redirect-to-record-type-selection-page

https://developer.salesforce.com/forums/ForumsMain?id=906F00000009F1MIAU
su tsu t
Thank you. I will look into this.