Userrole()

Steve
Platinum 4
Platinum 4

New doc for a long-present function…

3 5 983
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.