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
BittusBittus 

how to get a new page layout for account record when we select a particular picklist value

hi all... i need to get a new detail page layout for account record when we select rating value as "Warm". I did this by creating a new record type and assigning this with workflow field update. but i need to perform this task without changing the standard record type of account. 

Thanks
Bittu
Keyur  ModiKeyur Modi
Hi Bittus ,

To achieve this functionality you need to impliment custom visualforce page where you can achieve this functionality.
SarfarajSarfaraj
Hi

It is not possible to do this without record type.

--Akram
Mudasir WaniMudasir Wani
Hi Bittus,

Record types will help you to achieve this have a look and let us know in case of any question 

Record Types Overview
https://help.salesforce.com/HTViewHelpDoc?id=customize_recordtype.htm

Creating Record Types
https://help.salesforce.com/HTViewHelpDoc?id=creating_record_types.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=creating_record_types.htm&language=en_US)

How is record type access specified?
https://help.salesforce.com/HTViewHelpDoc?id=permissions_record_type_access.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=permissions_record_type_access.htm&language=en_US)

Administrator tip sheet: Tips & Hints for Record Types
https://na1.salesforce.com/help/pdfs/en/salesforce_recordtypes_cheatsheet.pdf

Don't forget to select best answer to make our efforts visible in the developer forum.
Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help
ManojjenaManojjena
HI Bittu ,

This can be achieved by the help of recordType ,You need to create two record type or how many you need based on your requirment .
Each record type will be assocaited with one page lay out and when ever you select the particular pick list needs to assign the recordtype id  which is related to desired pagelayout .

Also it will be internal user will not feel the record type as we will assign the default recors type in profile level .

Let me know if it helps !

Thanks 
Manoj