- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2015 10:35 PM
Hello,
In one of my record producer(Incident) there are number of variables but I need only some specific fields to be shown on variable editor.
Please suggest me a solution to hide unnecessary variables from variable editor.
Best Regards,
Rajesh M
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2016 10:43 PM
I Used onload Client script to hide the fields from variable editor.
g_form.setDisplay('variables.name',false);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2015 04:58 AM
Onload client script or UI policy.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2015 11:49 PM
Is the question answered? If so, can you close this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2016 10:43 PM
I Used onload Client script to hide the fields from variable editor.
g_form.setDisplay('variables.name',false);