How to get ABC group members is not part of Level 1 and Level 2 cost center users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 04:33 AM
Hello Experts,
My requirement is
I want users details in a report who is part of ABC group is not part of cost center table Level1 approver(reference field) and level 2 approver(reference field).
So I created script include but when i run report it is taking so much of time to get results
In report the condition is sysID is javascript: TestL1L2Approver();
Is there any mistake in my script
Thanks in advance
Best Regards
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 06:50 AM
No need to script this. You can get it via conventional reports with Related List Conditions.
Here's a vid I did on it...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 07:59 AM
Hello@ Robert
Above method will not work.
I want to check ABC group members is part of Level 1 cost center approver or not .
ABC group table name is (sys_user_group)
Level 1 cost center approver field table name is (cmn_cost_center).
I want to create a report by using script include.
Thanks in advance