Get the Mandatory field 'column names' from Incident form (Default view)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 06:38 AM
Hi All,
I have a Custom table, where I have fields similar to 'Incident' table like short_description, description, priority etc.. if the fields are mandatory on Incident form in anyways (like Client script, BR etc..), I want to make the fields mandatory in Custom table. From dictionary I can fetch but from other means not sure how ..Could you please let me know how it can be achieved..
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 06:41 AM
Hi,
You can make the field mandatory by going to the dictionary of the field and making the mandatory checkbox as true. This will make the field as mandatory.
Regards,
Deepankar Mathur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 06:46 AM
I want to compare fields from Incident form and make it mandatory via client script...not on the dictionary level... I want to get all the fields which are mandatory via client script, UI policy etc.. from Incident form , default view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 06:46 AM
Hello chidanandadhathri,
In your custom table , write ui policy for the fields that you want to make mandatory.
Another way, right click -> configure dictionary -> enable mandatory.
Please find the screenshot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 06:47 AM
I want to get the fields which are mandatory on incident form(from client script, UI policy etc..) via glideajax