Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Fix Scripts to transform data

JulietD
Mega Guru

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

1 ACCEPTED SOLUTION

jcmings
Mega Sage

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? 

View solution in original post

5 REPLIES 5

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).