I've got a login table and use the new Dynamic Permissions. I've also setup a documents table with fields: DocID, Category, Title, Download.
The Category field has an Lookup showing the Group from my Login table. Thus Category = Group
I assigned users to specific groups in the admin area.
My need is the following:
Lets say user A is assigned to Group: Plant and IT.
User B is assigned to Group: Workshop and IT.
Usr C is assigned to Group: Yard
etc.
When user A logs in, he must see only the listings of entries containing a category of Plant and IT
When user B logs in, he must see only the listings of entries containing a category of Workshop and IT
When user C logs in, she must see only the listings of entries containing a category of Yard.
When a user's group assignments change, the viewable entries will thus also change.
Thus, all users will (on login) see the same table, but each will only see the entries "connected" to his group.
Note: All entries is added by an administrator (or even different users idf needed). Thus the viewable entries is on category=group and not on login ID.
Thanks for any guidance on this.