how to Check Role From Client Action In Reactive Web App ??
Hi Omar,
you can refer this link Check role implementation , it will help you to check role and how to implement it.
Regards,
Shubham
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
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
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.