Hi, I have created a user and added in two groups - BuisnessUnit, Finance. Also added Multiple roles for that User. Is it possible to get the Users details like their assigned role and group name in my Application? Also I need to get members present in a particular Group. How to get those details in Application.
I think you can, have a look at this link.
https://success.outsystems.com/documentation/11/developing_an_application/secure_the_application/user_roles/
You can see there are entities with that information.
Hi Annie,
Almost same question is asked by one of the community member few hours back only. You can refer it for clarification : https://www.outsystems.com/forums/discussion/92446/include-only-those-groups-in-which-user-is-a-part-of/
regards
Hi Annie Bibiana Yesudass,
i looked at your problem. i am just adding OML. just go through of it.
and you go through this link as well. click here
Thanks and Regards,Prince
Thank You all for the response. @Prince Aadil Khan Panwar, Thank you for demo oml file. I got the clear idea, in how to get those details.