Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement where I need to restrict the export data functionality for some users. What I have done is, created a new role NoExport, disabled the default security rule, added a stream level security rule with condition user role != NoExport. It is workign fine. But the problem with this approach is that I need to create one security rule per stream.
And there is one more issue. If 1 user has access to 2 streams and he needs to have export data privilege in one stream and no privilege in another, this approach won't work.
Could you please suggest a better approach?
Correction:
"And there is one more issue. If 1 user has access to 2 streams and he needs to have export data privilege in one stream and no privilege in another, this approach won't work."
I had tried another security rule which is not specific to any stream with condition user role != NoExport. The above issue refers to that.
The requirement is to have flexibility to restrict users from exporting data from only specific apps. They can export data from others.