Forum Discussion
MarkShnier__You
5 months agoQrew Legend
The only function available to us is UserRoles( .....). That returns the Roles of the Current user. I don't know how to get the Role for a particular user in a field by formula
The only way would be to maintain a table of users and role names where the key field is the Userid.
Then make a relationship to the details table based on the user field and pull in that User's role name into the details.