- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 07:10 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 07:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 07:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 07:26 AM
Hello @Stefan_Garcia
Greetings!
refer ServiceNow docs:
Please mark this response as correct or helpful if it assisted you with your question.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 07:45 AM
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 10:45 AM
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]
****************************************************************************************************************