- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 03:17 PM
Hi!
I'm trying to create a report in the sc_req_item table, where I need all requests opened by Managers and Directors under a specific user. I have tried the following, but when running the report I don't get any results back, so I'm wondering what I'm doing wrong, of if there is an easier solution that I'm not seeing.
I created a callable script include:
When running scripts - background this does return a list of sys_ids
After this, I go to create the report and in the filter conditions I enter 'sys_id' is one of javascript:new GetUsersUnderExecutive().getUsers();
And nothing happens 😞
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 03:38 PM
You should be able to use the condition builder to find any "Opened By" or "Requested For", etc where the manager is a specific Manger/Executive using the condition builder in your report:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 03:38 PM
You should be able to use the condition builder to find any "Opened By" or "Requested For", etc where the manager is a specific Manger/Executive using the condition builder in your report:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-25-2024 03:52 PM
Oh wow, completely overlooked that and it's so much easier. Thank you so much!