List of all fields?

Stefan_Garcia
Tera Contributor

Is there a list out there of all the fields in ServiceNow forms, with a brief summary of what their intended OOTB use is? I can usually, but not always find something by searching Community, Developer, and Documentation, but it would be nice to just search by field name or label and get a one sentence explanation of its use.

1 ACCEPTED SOLUTION

Bert_c1
Kilo Patron

Hi,

 

All instance fields are in the sys_dictionary table, try:

 

https://[instance_name].service-now.com/sys_dictionary_list.do?sysparm_query=internal_type!%3Dcollection%5EORinternal_type%3DNULL&sysparm_view= 

 

and guess the intended use from table, column_label, and column_name.  Check docs.servicenow.com.

View solution in original post

5 REPLIES 5

obedpaz99
Tera Contributor

great community, I'm a little bit new here.