Resolved! TypeError : undefined is not a function when using IRE CMDBTransformUtil();
I am importing CI using ImportSet and using an onBefore transform script to call IRE try{ var cmdbUtilIRE = new global.CMDBTransformUtil(); } catch(err){ log.info("Error :"+err); { After executing "TypeError : undefined is not a function" as error. ...
