App Studio: Controlling the "Start Page" based on the User Role

Hi,

We have an Application with Multiple Pages, where we need to display the “Start Page” based on the user role.
Currently there is an option manually set the start page, but I could not find a property I can set programaticaly.

image

Thanks in Advance.

Hello,

You can create a main page and in main page you can write a rule to navigate page based on roles.

So basically u can do something like when page load check user roles and if user roles match with certain role then go to particular page using rules.

Thanks a lot. I will give it a try and will let you know the result.

Thanks and Regards.

What kind of variable is storing the logged in user role?

@hgaber105 ,

Currentuser.Email

Current user is a function into VB apps to get logged in user details.

1 Like

Thanks a lot for your continual support and help. I was able to check the Groups assigned to the logged in user using “CurrentUser.Groups”
Thanks a lot again for your valuable inputs.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.