How to update data using transform map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 02:39 AM
I have a requirement where I need to update the network type of different CI classes.
I have a transform map running on cmdb_ci table but I dont find network type in cmdb_ci table but I see it in cmdb_ci_netgear.
How to I use the transform map and update the same?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 03:49 AM
Hi @Anna_Servicenow,
You will need to do this by using a source script.
target.ref_cmdb_ci_netgear.type = 'Your type';
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 05:06 AM - edited 09-14-2023 05:07 AM
This did not update
error : "Invalid map target does not exist in table cmdb_ci"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 05:07 AM
Please check if 'type' is the right field name.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 05:19 AM - edited 09-14-2023 05:20 AM
yes.. I checked. Attaching screenshots.