PrashantLearnIT
Giga Sage
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 08-09-2022 08:42 AM
I have explained how we can Show or Hide Form sections under some conditions using UI Policy in ServiceNow.
If you have any feedback related to the scripting part, please write it in the comment box.
====================UI POLICY======================
Table - Problem
Conditions - Priority is P2
Execute if true Scripts -
function onCondition() {
alert(g_form.getSectionNames());
g_form.setSectionDisplay('analysis_information', false);
}
Best Regards,
Prashant
If my article helped you in any way, please mark this as helpful and make this a bookmark.
- 1,449 Views