I used the system entites: role, user, and user_role. But I want to hide the system (?) roles on the dropdown in user's screen such as RESTDevServiceUser.... How should I do?
Hi Phi,
You can apply below filter while fetching the role data from role entity-
Role.Espace_Id = GetEntryEspaceId()
Thanks
Vinod
Thank you so much!
If you want to show only your application's role then you can apply the EspaceId filter. So it will show roles only related to your application's espace.