API to fetch the custom fields created in form design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 04:20 AM
Hi,
Let me know the api to fetch only custom fields created by going in "configure --> Form Design" from a incident page.
I know the api https://instancename.service-now.com/api/now/table/incident which gives the list of incidents along with newly created field. Let me know api which will give name of fields.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 05:14 AM
Hi Pooja,
sys_dictionary is the table you can use to get the column names of the field. You can place your query to fetch as per the table name.
Here the column name which starts with u_ are the custom fields created on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2022 12:24 AM