Adding custom fields to incidents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 07:40 AM
Is there any way to add custom fields to Servicenow incidents? We need to add following type of fields -
- Date and time
- Simple drop downs
- Drop downs (multi-select)
- Free text area
- Set of custom record type
Further, we need to develop an integration between Servicenow and our homegrown platform to ensure that the incidents are auto-created/updated on Servicenow when they are created/updated on our platform.
In this case, will the Servicenow API support the added custom fields?
Thanks in advance.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 10:40 AM
Yes. You can create custom fields in servicenow. The custom field are also supported on API.
Not sure about two field though
DropDown multiselect is a List field in ServiceNow, where you field should point to another table and you can only select values defined in that table.
If it is single select, you can utilize the choice field.
Set of custom record type -> Not sure, what is that. But you can create a new table for that or you can store in a string field.
You can use the REST API integration. Use the REST API explorer to test the incident api you want to use.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 10:49 AM