"Secret" Projects

jarretjo
Tera Contributor

Hi, I have a requirement to keep some Projects as secret so that they may only be viewed by certain Users. I guess Im not the first to have this requirement so I was wondering about other peoples experience and how they went about it.

 

Perhaps theres even a standard way of doing this.

 

Kind Regards

 

5 REPLIES 5

Based on what I have seen, Data Filtration is (yet) capable of supporting dynamic/advanced conditions for such use cases (as of Tokyo) - I hope I am wrong and just didn't notice something.

But if it's true, than I'm afraid you need to resort to a before query business rule, where you would do something like

current.addEncodedQuery('assignment_groupDYNAMICd6435e965f510100a9ad2572f2b47744');

which will filter for the users groups dynamically.