You need to sign in to do that
Don't have an account?
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
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
On Native layout this is not possible so we need to do it on VF page.