Page 1 of 1

Different users can edit/view different tables

Posted: 2015-02-04 22:39
by pdweinberg
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?

Re: Different users can edit/view different tables

Posted: 2015-02-05 07:00
by peebee
Permissions in the Admin Interface:

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

Re: Different users can edit/view different tables

Posted: 2015-02-05 21:47
by pdweinberg
Thanks!