We are trying to fetch all the users through database bases on there position and showing it in Hierarchy browser (Tree View). Is there a way to display all users in a tree view without needing to click the "+" icon individually for each user position, as shown in the attached screenshots?
Discussion posts and replies are publicly visible
I was searching for something similar yesterday for one of the requirements in my application. You can either use this one - docs.appian.com/.../Tree_Browser_Component.html
Otherwise, will have to deal with this plus icon in all the easy and free options. One option is to use the Network Graph field with which, you will have to code a little but once you do this one-time effort, it will always work for you.
We are already using this component docs.appian.com/.../Tree_Browser_Component.html and we are almost done with the functionality we just need to know Is there a way to display all users in a tree view without using to click the "+" icon individually for each user position
There isn't a way to do that as the path which is expanded is stored in a variable. Hence, it is not possible to store all the paths in that same var.
As Harshit Bumb (Appyzie) mentioned, the Network Graph plugin might be a good option.
BTW, what does "all users" mean? Depending on the company size, this could become a scalability issue.