- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2020 02:19 PM
Is there a way to relate one requested item to multiple change requests?
Currently I can relate one requested item to a change, however, when I relate the same requested item to another change it removes the link to the old change and only shows the related item on the new change.
Any help on this would be greatly appreciated.
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2020 07:15 PM
Ok, and sorry for the trial and error but - this finally worked for me:
Create ONLY the M2M table as pictured below:
Go straight to Change form, configure > related lists, and add it
and boom.
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2020 02:31 PM
You can create a relation between the two tables, basically creating your own Related List.
The instructions would be here: https://docs.servicenow.com/bundle/newyork-platform-user-interface/page/administer/form-administrati...
If this was helpful or correct, please be kind and remember to click appropriately! Michael Jones - Proud member of the CloudPires team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2020 03:06 PM
Ok, little more to it, sorry.
First you need to create a M2M table. Mind looks like this:
Then create the relationship:
Add a "Query with" like this: current.addQuery('u_change_request', parent.getValue('sys_id'));
Then, go to your change record, Configure > Related Lists and add your new list!
If this was helpful or correct, please be kind and remember to click appropriately! Michael Jones - Proud member of the CloudPires team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2020 04:47 PM
Hi Michael,
Thanks for the quick response this has worked perfectly. One thing that I can't seem to get working is changing from a new button to an edit button. I have gone into the list control and selected the Enable Edit UI action however this doesn't seem to do anything. Omit edit button is also unchecked!
Any ideas how I can show the edit button rather than the new button on the related list?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2020 05:15 PM
Interesting. It doesn't seem to be well documented but...
It looks like you need to add the related list to BOTH tables in order to make the Edit button show up! I added my list to both change_request and sc_req_item and suddenly the edit button appeared. Seems kind of strange to me...but...give it a try.
If this was helpful or correct, please be kind and remember to click appropriately! Michael Jones - Proud member of the CloudPires team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!