Adding multiple configuration items when opening incident?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2017 09:48 AM
In previous versions of ServiceNow there was the option of adding multiple configuration items into the Configuration Item field when opening an incident using a delimiter (Example Screenshot Attached). Is this still possible in Istanbul? If so, how?
Labels:
- Labels:
-
Incident Management
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2017 10:25 AM
Hi,
CI is reference field on incident table which has one to one relationship with incident.
You can configure related list on incident table to relate multiple CIs with incident.
IF you are storing comma separated values of CI using code, then you can still do same in IStanbul.
Regards,
Sachin