Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

TypeError : undefined is not a function when using IRE CMDBTransformUtil();

gaurav72
Tera Contributor

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.

What would be the correct way to resolve this issue. Thanks in advance.

1 ACCEPTED SOLUTION
5 REPLIES 5