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

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.

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Stefan_Garcia 

Greetings!

refer ServiceNow docs:

Field types (servicenow.com)

Please mark this response as correct or helpful if it assisted you with your question.

 

Kind Regards,

Ravi Chandra

prabhakarkonda
ServiceNow Employee
ServiceNow Employee

Thanks

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Stefan_Garcia 

 

Greetings!!

 

Happy you already accepted the solution but one more option you can try if you just need fields not the short summary kind.

 

Open the module in list view and right click on any field and click on import , there you get option to download all fields in excel with few are with drop down value as well.

 

Please mark this response as correct or helpful or solution accepted if it assisted you with your question.

Regards
Atul G.
Learn N Grow With Atul G

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************