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
lokesh reddy 7lokesh reddy 7 

Can we achevie this in salesforce

I have one requirement like this:

When we are creating an opportunity by clicking new button :i
1:It should redirect to a new page which will have the two fields one is for selecting the record type X or Y or Z and another is for selecting type of process : A or B or C.
2:Now if select record type X and process A and click on continue it should redirect to page layout as per record type and in that page layout it should 3 fields depending on process selection A or B or C.

Can we acheive this ?please advise

Thanks
lokesh
 
Tavva Sai KrishnaTavva Sai Krishna
Hi Lokesh,

Yes we can develop this by creating custom visualforce page .

Regards,
Sai Krishna Tavva. 
VineetKumarVineetKumar
Yes, this can be done using the VF page and over riding the new button of opportunity.