Get the Mandatory field 'column names' from Incident form (Default view)

chidanandadhath
Kilo Guru

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..

7 REPLIES 7

dmathur09
Kilo Sage
Kilo Sage

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

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

Inactive_Us1238
Giga Expert

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.

 

I want to get the fields which are mandatory on incident form(from client script, UI policy etc..) via glideajax