- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2022 04:40 AM
I have created 2 section > Hold Information and Resolution Information. In both section fields are mandatory based on their state as on-hold , resolved.
I am trying to hide both section Hold Information and Resolution Information in other state of incident in incident mamngement for service operation workspace.
I tried - global UI policy - workspace / workspace UI - not working , Isolated script - g2tab in in client script - not working for me
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 03:43 AM
Glad to know.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2022 04:51 AM
Hi,
Just to inform if the fields under that section are mandatory; you cannot hide it
g_form.setSectionDisplay() is supported in workspace.
what's the challenge faced?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2022 10:58 AM
Hello Ankur ,
I have done using UI policy - view and ui type set as all
Thanks,
Supriya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2022 10:39 PM
So is it working fine now?
Share your UI policy etc screenshots
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2022 11:58 PM
yes its working fine now.
g_form.setSectionDisplay('hold_information', true);
add for service opertaion workspace view.