module-defined schema permissions

LabKey Support Forum
module-defined schema permissions Jon (LabKey DevOps)  2015-05-20 21:15
Status: Closed
 
Hi Martin,

So if you need to hide the table, beyond making a custom schema implementation in Java, this might potentially work for your needs:

1. Create one folder with all the schemas in it and make them private.
2. Create another folder which exposes selected schemas via linked schemas (See documentation - https://www.labkey.org/wiki/home/Documentation/page.view?name=filterSchema).

The end result is that the application would be built in the second folder while the hidden schemas in the background would be hidden in the first folder.

Will this work for you instead?

Regards,

Jon