Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2022 11:41 AM
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.
Solved! Go to Solution.
Labels:
- Labels:
-
Discovery
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2022 04:35 AM
It was the accessible from:-
Richard
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2022 04:35 AM
It was the accessible from:-
Richard