- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2025 11:31 AM
Hi,
I have moved data from one instance A to the parent classes of another instance B. Now I need to move data from parent classes to child classes in Instance B.
In instance B, I can identify the data's from instance A, using a specific field.
My question is by using fix scripts, how to transform data's?
How is Reclassification using here?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2025 01:23 PM
It's hard to understand what you are asking because there isn't a lot of detail. Do you need to add values into the parent field? Is this something that could be achieved in a transform map?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2025 10:07 AM
Looks like that is is stored in the Class field (sys_class_name). Assuming you have your indicator field, you should be able to identify the specific records using the script above, and then can update the sys_class_name to the corresponding value (cmdb_ci_linux_server or cmdb_ci_win_server).