Looking for rule syntax to capture all users who have direct reports. Tried 'Direct Reports -ne NULL' and 'Direct Reports -like "*"'
New at this. Thanks!
Looking for rule syntax to capture all users who have direct reports. Tried 'Direct Reports -ne NULL' and 'Direct Reports -like "*"'
New at this. Thanks!
That's not doable afaik, you can only use this clause for specific person's direct reports.
You cannot create a dynamic one. You can however list all users with at least one "direct report" and add them all to some group, repeat periodically to ensure all managers are added as needed.
How do you list all users with at least one direct report? Appreciate your help.
Any progress on this? Having a dynamic group of all managers would be very useful - all I can think of at the moment is to add a custom attribute and populate with 'isManager' based on results from our HRIS software, not very dynamic as we would need to keep importing as and when they change roles.
How about something along the lines of ' if direct reports is not null' - that sort of logic?
same requirement here. I need a dynamic group with all staff who has direct reports to them.
7 people are following this question.