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
Jim GentileJim Gentile 

Collapsible Sections in a Object

Hello,

I would like to design specific sections of an object to expand or collapse using workflow (based on the value of picklist).  Is this possible?  If yes, will you bullet the point to follow.  If not, is there another solution?

Thanks

NIKHIL_SFDCNIKHIL_SFDC

Hi Jim,

 

You can do it in visualforce page, you can use javascript and get value of picklist in a variable and use scripting on that picklist to rerender these pageblocksctions

sandeep@Salesforcesandeep@Salesforce

On Native layout this is not possible so we need to do it on VF page.