- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 08:14 AM
I want to copy the entire Variables Section from the Parent RITM to the Child RITM. Can anyone please tell me how to do it?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 08:20 AM
Hi there,
There's no out-of-the-box function for that. What you could do, is create new M2M records to those variables to your other RITM, that way you don't need to also duplicate the variable records.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 08:20 AM
Hi there,
There's no out-of-the-box function for that. What you could do, is create new M2M records to those variables to your other RITM, that way you don't need to also duplicate the variable records.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2024 01:03 AM
In which table to create the M2M records? Can you please showcase me the steps? Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2024 08:40 AM
When a RITM is created, the submitted Variables are stored in several tables. Amongst them, sc_item_option. That table though, has NO direct reference to the RITM! That goes through table sc_item_option_mtom, a many to many table.
So you could use that many to many table to your benefit. Just creating new many to many records to the existing sc_item_option records and with your new RITM.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field