Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Fields are not showing Mandatory

pramn
Kilo Sage

Hi TeaM , 

I have made some multiple field mandatory from Dictionary level (went to particular field then went to dictionary then made it mandatory )

but when i am opening the form fields are not showing mandatory, where its went wrong ?

Guide me please  

3 REPLIES 3

Pedro Grilo1
Mega Sage

Hi!

 

There may be a number of reasons for this behavior. You may have a dictionary override on the field for that specific table overriding the mandatory flag.

You may have also a data policy/ui policy/client script unsetting the mandatory on the form field.

 

Consider using field watcher to understand if there are any client side scripts manipulating the field.

 

I hope it helps!

Pedro

Mike_R
Kilo Patron
Kilo Patron

Are there any dictionary overrides for that field/table? To check, go into the dictionary for that field, scroll down to the bottom related list called Dictionary Overrides.

Mike_R_0-1666877874667.png

 

Saurav11
Kilo Patron
Kilo Patron

Hello,

 

On which table is it. If the fields are on a parent table like task/cmdb_ci and they are being used by child tables i would recommend you to check the Dictionary Override of the field 

 

Saurav11_0-1666879099968.png

 

Please mark my answer as correct based on Impact.