How to update data using transform map

Anna_Servicenow
Tera Guru

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?

13 REPLIES 13

Peter Bodelier
Giga Sage

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.

This did not update

 

error : "Invalid map target does not exist in table cmdb_ci"

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.

yes.. I checked. Attaching screenshots.

Anna_Servicenow_0-1694693905908.pngAnna_Servicenow_1-1694693934647.pngAnna_Servicenow_2-1694693985300.png