- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 10:00 PM
Hi,
I am not getting option to make fields mandatory from configure dictionary and UI policy as well. Currently I am using Tokyo version.
Looking for a quick reply.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 02:00 AM
Hi @Aman61 ,
UI policy and client script will not work on list view and only works on form.
You can try with data policy it will work on list view as well.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 10:17 PM
Hi @Aman61 ,
not sure what is the issue. But you can try below option
1. Go the table and on Columns and you will see all fields.
2. You can use Mandatory field and to Make Mandatory to true and Save.
or you can use Client script and data policy also.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 01:07 AM
Currently we are using client Scripts but our concern is on the list value of dictionary entries and UI policy both are not working. So, just wanted to know actual reason why they are not working ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 02:00 AM
Hi @Aman61 ,
UI policy and client script will not work on list view and only works on form.
You can try with data policy it will work on list view as well.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 01:38 AM
Hello @Aman61
I don't really know where it comes from but you can try to force it in a script by using :
setReadOnly() function.
Regards,
Theo