need to return ci servers in my report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:04 AM - edited 08-07-2024 03:05 AM
i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:06 AM
Hello @Deepthi13 ,
Try using global.ActiveInactiveABO().getActiveOwnedServers();
and in the script return do this:
return activeServers.toString(); // Return the array of server CI identifiers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:16 AM
still not coming
- };
hope this is fine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:27 AM
Is gr.u_abo_application_owner a reference field? If so you may need to use gr.u_abo_application_owner.name or user.addQuery("sys_id", gr.u_abo_application_owner.sys_id);
Do all logs come out? Put one inside the if statement to return the user name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 02:29 AM