How do I add a list of CI's when I create a change template. I do not see where I can do this. It would be the "affected CI's" tab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2016 06:59 AM
How do I add a list of CI's when I create a change template. I do not see where I can do this. It would be the "affected CI's" tab.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2016 07:07 AM
Hi Jill,
We used to have a way to do this based on an existing record, but that appears to no longer be the case.
What I suggest is to create a list field (don't show it on the form) and populate it with the CIs in your template. When you create a new record from the template, an AFTER business rule can check to see if the value of your list field has anything, then create the associated task_ci records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2016 07:12 AM
You have to modify the out of the box form and add Next Related Child Template & Next Related Template. Creating a Template for Change Request Tasks - ServiceNow Wiki Then you can add child template using the task_ci table (Affected CIs). If you have a lot of CI's, it's easier to setup a Change, and create a Template from that, then modify as needed.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2016 07:17 AM
I KNEW I SAW THAT SOMEWHERE! That's what I was thinking of originally, but couldn't find it.
It's been a long time and I'm getting old and forgetful. Thank you Michael.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2016 11:41 AM
Unfortunately, I don't see the "Next Related Child Template & Next Related Template" that you are referring to.
Are those fields in the 'Configure' -> 'Form Layout' area? I am not sure why I am not seeing them. Thanks in advance for your help.