I'm trying to replace a bunch of tools we use and pay maintenance on and one of them is a simple user directory lookup/listing tool that also allows modification of your own details. I can deal with the self modification by using the self service portal but I'm facing a challenge creating a simple listing of users with some specific details all on the same screen (I don't want to have to select a user and click next to view the details this will annoy users who are used to it being on the same view).
For example I'd like to either click view users from the "home page" or ideally go to a specific link (we can provide the link to it for them so it can be ugly) that immediately displays a list of users and shows their photo, display name, department, telephone, and mobile.
I was able to get a user list to display but it only shows name, parent info, and description and then allows me to choose columns. These columns are not saved though or part of the url if I even hit reload it resets them. If I then select the user and hit next it shows me the details I asked for..
I know this might be a bit out of the scope but I'm hoping there is a way to do what I want?