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
SV MSV M 

Hide specific fields based on picklist value using script

Hi,
I want to show/hide a specific field in an object when a picklist value is selected. Can someone help me how to implement this using script which I want to access using action function...

Thanks in Advance.
AbhishekAbhishek (Salesforce Developers) 
https://salesforce.stackexchange.com/questions/82244/javascript-show-hide-fields-based-on-picklist-value

Use the code as mentioned in the above discussion.

It will help with your requirement.


Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.