ServiceNow Decision Table - Issues with moving desision table data fron Dev instance to Test Instanc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 09:23 AM - edited ‎03-14-2025 09:44 AM
Hello,
We are facing issues when moving decision table data from Dev to Test.
1. Decision table is already moved to Test
2. When new requirements are added we are capturing new added rows in update set and retrieving/committing in Test.
3. After committing new records are not added in Decision table in Test. This is the issue.
4. Many developers are working on same decision table, looks like it's overwriting when update sets are moved to test.
Please help in migrating this correctly to differently instances. Any other specific steps while capturing decision table data.
Thanks,
Swapna.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2025 10:24 PM
We have also faced similar issues while working on DT.
Make sure to capture all updates because when you add any row (or) delete any row it creates lot of files and all of those files are needed to make DT work.
These are the files you always need to consider when working on DT's:
sys_decision_input
sys_decision
sys_decision_multi_result
sys_decision_multi_result_element
sys_metadat_link
sys_documentation
Hope this helps
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2025 06:47 AM
Thank you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2025 02:05 PM
I found an other table to add to the list:
sys_variable_value