Page 1 of 1

Access to parts of an table only for selected usergroups?

Posted: 2016-02-21 16:10
by table_otto
Hello,

I have a simple table:
ID
year
thumbnail
PDF upload

Then I have changed the files so, that when you click the thumbnail you open/download the PDF, so that my table view has only:
year
PDF upload (with the Image from thumbnail as the Link-Image)

And the detail view:
ID
year
thumbnail
PDF upload

So - now my question: Can I restrict the acces to the PDF (open/download) to only selected member groups, but the thumbnail can view every one. What can/must I do to restrict the access to the linked PDFs only?

Thanks for every hint for that. :)

Regards, Otto

Re: Access to parts of an table only for selected usergroups?

Posted: 2016-03-13 01:47
by shasta59
Otto

What version of AppGini are you using?
It can be done with a script that looks at the group of the user who is logged in and then hiding or giving access based upon the group.

Thanks

Alan