The CreatorCon Call for Content is officially open! Get started here.

How to see mandatory attributes (each class) ?

Rahul Gaur
Tera Expert

Hello All, 

 

If the mandatory attributes are defined via Dictionary Overrides, how do i see attributes that are defined as mandatory for each class.
I understand i can go to each class open form and see but that is not possible, as all the classes are not listed under navigation pane and all the attributes are not listed on the form view.

 

Hence i am wondering is there a way to see mandatory attributes for each class, something reportable that can be extracted ?

 

Regards

Rahul Gaur

2 REPLIES 2

GlideFather
Tera Patron

Hi @Rahul Gaur,

 

try to review following tables:

  • sys_dictionary
    https://yourinstance.service-now.com/now/nav/ui/classic/params/target/sys_dictionary_list.do

  • sys_dictionary_override
    https://yourinstance.service-now.com/now/nav/ui/classic/params/target/sys_dictionary_override_list.do

Let me know if that helped you

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


M Iftikhar
Giga Sage

Hi Rahul, 

That’s a really good question, and yes, there’s actually a simple way to check which attributes are marked as mandatory for each class without opening every form manually. 

You can use the Dictionary table for this:

  • Go to System Definition > Dictionary.
  • Click the Filter icon (top left corner).
  • Set filters like this:

MIftikhar_0-1759855080411.png

  • Click Run 

This will instantly show you all fields that are set as mandatory for that class including any defined via Dictionary Overrides.

 

Hope this helps!

Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it helpful & accept the solution so others can benefit as well.




Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.