"Secret" Projects
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 12:46 AM
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
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2023 03:33 AM
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.