HI, I am building my first test app and feel like I might be missing some fundamental concept. Appreciate your thoughts.
App has users organized in a hierarchy(think of a typical org structure CEO -Multiple VPs- Each VP with multiple Managers and each Manager with multiple Individual contributors). Any user should be able to see all users below them in their tree.
I added a manager field to the User Data Type and setup data where each user is pointing to another user as "manager’. Setup Privacy rule where you can see yourself or user’s manager as current user. This works for one level, but doesn’t traverse below that. So, if a a Manager logs in, it shows Manager + direct reports. FOr VP, only shows VP and Manager, not Manager’s reports.
Feel like I am missing something basic. Appreciate your help.