Role Selection option to a Container
130
Views
4
Comments
New
Service Studio

Hello all,

It will be great help if we can have Role Selection option to container for setting role specific visibility. Right now we are doing it with the help of data action for checking role in Reactive.


Regards

Sanjay Bankar

Hi @Sanjay Bankar ,

have you seen this documentation ?  

No need to do any extra server calls, the platforms makes the roles and whether current user has them, available through javascript API.

This doesn't match your specific ask for a checkbox, but I'd say, just wrap the roles you are interested in, in a client function, and you can use that function as a Visible property of UI elements.

Dorine

Hi @Dorine Boudry ,

Yes have seen this documentation earlier and i am aware of that.

I just wanted to say that we can have a Dropdown list of Roles of the application as a property of a container and with this we can set visibility of specific widgets or part of the screen which will be inside the container.

Thank you for your valuable suggestions.

Regards. 

Changed the category to
Service Studio

I think it would be much better to make the security more granular by protecting widgets of their container in stead of protecting the while screen by role selection