Page 1 of 1

Show database collection for certain users

Posted: Tue Jun 09, 2015 8:14 pm
by Kristof D.B

Hello,

I have 2 databases no How can I show those 2 collections to a different kind of group.

Group a can only 1 see 1 collection
Groupb can see both collections


Show database collection for certain users

Posted: Wed Jun 10, 2015 9:31 am
by Serhii Kulibaba

Hello Kristof,

You can use acl object for setting permissions for certain users: https://devcenter.appery.io/documenta...

Also you can add column "group" in collection Users, and use this field in queries (show/hide data for certain user)