variables hide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 09:42 PM
Hi Team ,
can anyone please help me here ,
when ever form loads below highlighted variables should be hide .
NOTE - Please provide me the client script , UI plocy conflict is there .
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 09:59 PM - edited 04-11-2024 10:01 PM
@nameisnani onLoad client script
g_form.setDisplay(‘<variable name>’, false);
Make sure that the applies to checkbox is for catalog view, requested item, tasks is also set to True to function the same.
if it’s only catalog view, set only that as True.
If it’s on the variable set, select the catalog item specific and set it.
UI policy conflicts, try inactivating and check it.
Please mark this as helpful and accept the solution if it clarifies your query,
Thanks,
Sujatha
Sujatha V.M.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 10:04 PM
Hi,
Rather than creating the client script I will suggest add more specific conditions in UI Policy so it will not conflict with others.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 10:45 PM
Recommended to use UI Policy
although if you want to use client script.
use onLoad catalog client script.
g_form.setDisplay("variable_name',false);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 12:36 AM