907
Views
4
Comments
Solved
Check Role From Client Action In Reactive Web App
Question

how to Check Role From Client Action In Reactive Web App ??

2021-08-12 05-19-40
Shubham Janbandhu
Solution

Hi Omar,

you can refer this link Check role implementation , it will help you to check role and how to implement it.

Regards,

Shubham

2021-12-23 04-28-09
Navneet Sharma

Hello @Omar AbdElhadi ,

Directly its not possible with ClientAction, 

but you can do this with the help of ServerAction as well as DataAction.

you can drag and drop this ServerAction on the ClientAction for role check.


Hope this will help you.


Thanks & Regards

Navneet Sharma

2021-08-12 05-19-40
Shubham Janbandhu
Solution

Hi Omar,

you can refer this link Check role implementation , it will help you to check role and how to implement it.

Regards,

Shubham

UserImage.jpg
Sonali Verma

Hii,

@Omar AbdElhadi 

look it this discussion may be it's helpful for you.

https://www.outsystems.com/forums/discussion/63486/checking-roles/

Thanks,

Sonali verma

2021-06-02 20-50-04
Márcio Carvalho

If you want to check if the current user has a specific role, you can use a client action with javascript.

EDIT:

Use @Sonali Verma links to see the documentation on how to use the OutSystems API javascript client functions.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.