Hi,
I have created a module with Users dimension and a LI formatted as the Users list to show me the current User.
However, we have a request to show the User Role on our landing Dashboard so that the logged user knows what are his rights.
Is it possible to show any details (like the User Role) related to the logged User other than his email?
Thank you,
Kristina
Solved! Go to Solution.
Hi,
I don't see any way to directly reference the User List Attributes (such as Model Role). However, you can export the User List (which includes the Model Role), and then re-import it into a module based on the user list. I havent' tested this, but its possible that, even as an admin, you don't have write access to another user in the user list (when loading to a module), so you might have to load the values to a false user list, and then link them in via formula (i.e using a finditem to relate the Anaplan User List to your fake User List, then brining in the attributes, such as Model Role, to display.)
If you don't get how to do this, let me know and I'll give it a whack. If you do know how to do this, let me know if it works!
Paul
Hi,
We can manage User Access requests in modules (all custom), and then have a button that will bulk load approved changes into the (Settings) user list. There's a lot of flexibility in this, and the Settings updates are automated... so they'll always be synchronized.
At 20,000 feet, it might look something like this:
Cheers!
Paul