Different users can edit/view different tables

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
pdweinberg
Posts: 9
Joined: 2015-02-04 19:54

Different users can edit/view different tables

Post by pdweinberg » 2015-02-04 22:39

In an application I am developing, there is a certain class of user that can add/edit/view all tables, and another class of user that can view all tables, but only add/edit certain tables. How do I achieve this?

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

Re: Different users can edit/view different tables

Post by peebee » 2015-02-05 07:00

Permissions in the Admin Interface:

http://bigprof.com/appgini/help/working ... -interface

pdweinberg
Posts: 9
Joined: 2015-02-04 19:54

Re: Different users can edit/view different tables

Post by pdweinberg » 2015-02-05 21:47

Thanks!

Post Reply