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

Visualforce page for each Record Type
Hi All,
I have 2 record types in opportunity object, LSS and LDD if user selects LDD i need to navigate to custom visualforce page. How accomplish this.
Thanks,
Anil Kumar
I have 2 record types in opportunity object, LSS and LDD if user selects LDD i need to navigate to custom visualforce page. How accomplish this.
Thanks,
Anil Kumar
The below solution is little complex which I earlier implemented. If you come to know any other solution, do let me know.
Override the standard 'New' button with the custom recordtype selection page and based on the selection, write the code to navigate to either custom/standard record page.