Forum Discussion

Jschnur's avatar
Jschnur
Copper Contributor
Apr 12, 2019

Private and public libraries with identical structure displayed together?

My customer would like to have for example

Private data in a restricted access library

{

financial documents

contracts

profitability data 

}

 

Public data associated with these same accounts stored in a less restricted library

{

sla / metric reporting

Status reports

customer work product.

.

.

.

}

 

private

   cust a 

        financials

             zzz.xls

        POs

              abc.doc

              acc.pdf

       change orders

             def.pdf

              qqq.pdf

 

 

while in publicdirectory we have

Public

   cust a 

        SOW

               abc-112.xls

        Metrics

             abc Metrics 1-1-19.pdf

             abc Status 1-1-19.pdf

        Work product        

              Plan 1-1-19 .pdf

              Qa Results 1-1-19.doc

              Results 1-1-19.xlsx

 

and similar structure would be present in both libraries.  Based on access to the libraries either both sets of data would be presented or only one. 

Combined view would look like below

   cust a 

        financials

             zzz.xls

        POs

              abc.doc

              acc.pdf

       change orders

             def.pdf

              qqq.pdf

        SOW

               abc-112.xls

        Metrics

             abc Metrics 1-1-19.pdf

             abc Status 1-1-19.pdf

        Work product        

              Plan 1-1-19 .pdf

              Qa Results 1-1-19.doc

              Results 1-1-19.xlsx

 

 

Users would not even realize there are two libraries and based on privileges they would see one or both sets of data combined in what appears to be a single structure. 

  • Matt Coats's avatar
    Matt Coats
    Iron Contributor

    Have you looked into folder-level permissions? I may be missing something in your ask, but it seems as though breaking permission inheritance for your private folders and giving only your private group access to them makes this possible.

    • Jschnur's avatar
      Jschnur
      Copper Contributor

      Folder level permissions are possible but this makes management nightmare. Using Libraries allows folks who have permission to create more folders inside the respective libraries with out administrative assistance while allowing all group members to get proper privileges to the directories. 

       

       

      Matt Coats 

Resources