Userrole()

Steve
Platinum 4
Platinum 4

New doc for a long-present functionโ€ฆ

3 5 989
5 REPLIES 5

Thanks Steve! Good to have the details. Not sure why, but I keep feeling like I wish we had role groups we could assign users to. But I guess itโ€™s rare to have many admins so most end up having the role of โ€œuserโ€ anywayโ€ฆ

USERROLE() and its usage is included in the Business Plan.

You could create your own user class system using a Users table and including a โ€œUser_Roleโ€ column.

I prefer implementing my own user class system INSIDE the app because it gives me greater flexibility (not only in the customization but also in editing, I donโ€™t have to go into the appsheet editor to modify things I can do it right there in the app).

I agree with @MultiTech_Visions.
Moreover, we can implement more than two roles if we use a separate User table in the app.

I need more that one role in the app.