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

Different Page Layouts for Different Views
Hi,
Is there a way to have diffenet page layouts for diffenet views in salesforce. Eg: I want to have a page layout for NEW and a different page layout for EDIT & VIEW.
Is there any option i can do?
Cheers
Bramha
Use Record type
Can you eloborate a little please
Cheers
Bramha
1) create record type A and B.( setup->create->object-> recordtype or setup->customize->object->recorttype
2) recordtype looks like a picklist.(contains A and B)
3) A contains New buton -create one pagelayout
4)B contain edit and vie button - create another pagelayout.
Thanks for your reply. I am able to get to the point of creating the Record types, but cannot find any option or path to go to the picklist.
Can you guide me further?
Cheers
Bramha
i guess if you want to create different views for buttons like new view and edit then you have to override those buttone with VF pages