- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 05:34 AM
UI policy set up manually for configuration item field in incident not working due to multiple policies running on the configuration item field ,How i can resolve it? I am new to ServiceNow
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2020 11:30 AM
Hi,
I just wanted to check-in on this and see how you're doing.
If my reply above helped answer or guide you correctly, please mark it as Helpful & Correct.
Thank you!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 01:58 PM
Hello,
You would want to ultimately review all those UI Policies and see if you can consolidate them and not have so many. We don't know the specifics of your situation, but that's what I would recommend.
That allows you to have a cleaner process, otherwise, you could evaluate using a client script instead.
Most likely a field doesn't become "read-only" if there is also active situations where the field is "mandatory"...so in client script you'd want to set false to the mandatory setting and then set true to the readonly.
g_form.setMandatory('field_name', false);
g_form.setReadOnly('field_name', true);
But again, ultimately, you'd want to clean up the UI Policies if you can...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2020 11:30 AM
Hi,
I just wanted to check-in on this and see how you're doing.
If my reply above helped answer or guide you correctly, please mark it as Helpful & Correct.
Thank you!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!