I have created user type Developer, Contributor and consumer.
I want to restrict export option for all the consumers for all the application.
A user who is tagged as contributor, should not be able to export object for a one particular application.
Example:
Application | UserType | User | Export |
---|
A | CONSUMER | 1 | NO |
A | CONTRIBUTOR | 2 | YES |
A | CONTRIBUTOR | 3 | YES |
B | CONTRIBUTOR | 2 | YES |
B | CONTRIBUTOR | 3 | NO |