- 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 03:49 PM
great community, I'm a little bit new here.