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 for 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
SonamSonam (Salesforce Developers) 
if I understand this right, you wish to change the fields that are visible on the page when a certain field has a particular value - in your case its the rating which when set warm - you wish to show certain fields.

This would be possible using a VF page and creating dependency between fields being displaced on VF page:

https://www.salesforce.com/docs/developer/pages/Content/pages_compref_actionSupport.htm