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-12-2024 12:49 AM - edited 04-12-2024 12:50 AM
@nameisnani Please check if that isolate script checkbox on the client script is set to “True”. If so, uncheck it.
Please mark this as helpful and accept it as a solution if this resolves your query.
Thanks,
Sujatha V.M.
Sujatha V.M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2024 12:45 AM
Hi @nameisnani
I tried your problem in my PDI and I hope this helps you.
Please create a "OnLoad" client script and add below code
g_form.setDisplay('variable_name', false);
For example: g_form.setDisplay('nd_option', false);
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak