How to get some views can only be for the adm...

How to get some views can only be for the administrator? Example: I have an application of non-conformities for quality and employees detect them, but it is the quality director who edits them and puts actions on them. I would like that the employee could not edit and only the quality director. How can I do it ? Thanks

0 1 336
1 REPLY 1

tony1
New Member

@Compras_Loire_Depart You can use editable_if column constraints. Your formula would look like USEREMAIL() = "admin@whatever.com". help.appsheet.com - Editable_If Column Constraint

You can also hide/show views using a show_if in the view configuration. Editable_If Column Constraint help.appsheet.com

Top Labels in this Space