how can i hide variables in a record producer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 04:25 AM
I want to hide a variable based on another variable on a record producer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 04:28 AM - edited ‎10-04-2022 04:35 AM
Hi Bantie,
You can use the below script to hide:
if(Variable1 == somecondition){
g_form.setDisplay('variable2',false);
}
Mark it helpful if solves your issue.
Thanks,
Sanjay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2022 05:01 AM
Hello,
The easiest way to hide any variable in a record producer is by creating a catalog UI policy.
You can follow the steps in the following link to create a catalog UI policy (no coding is needed).
Hope this helps you. 🙂