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
rajaraja 

How to override "Continue" Button in salesforce ?

In accont object we have two record types . While choosing one record type it needs to go standard page layout .But when user selecting second record type it needs to route to Custom VF . But  Here While users click on continue , it is not routing to custom VF. 

User-added image
Regards,
Raja.
kaustav goswamikaustav goswami
There is no standard configurable way of doing this. Your custom VF page will have to handle this. Override the new button of the Account object with the VF page. Within the page develop the routing logic for the two different record types.
rajaraja
Hello Goswami,

You mean to say that for another recordtype also i need to create VF page ?


Regards,
Raja.