- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2021 10:34 AM
I would like to have this label show up only when the "type" is "Dissolution". However, I am unable to hide it even when I changed the "Hidden" to true, it still shows up.
Does it mean there is no way to hide this at all? or is there another way do to this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2021 10:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2024 05:54 AM
The Perfect solution for this is to add a script in the catalog UI Policy :
For variable: g_form.setDisplay('variable_name', false);
For variable set variable : g_form.setDisplay('variables.variable_name', false);
Please hit on the like buttton if this solution helps you.
Thank you.