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
Bramha1Bramha1 

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

vibrationvibration

Use Record type

Bramha1Bramha1

Can you eloborate a little please

 

Cheers

Bramha

vibrationvibration

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.

 

Bramha1Bramha1

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

BA_AdminBA_Admin

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