Hi Teddy.thanks for the reply.
Quote:
Originally Posted by Teddy
create a "MySpecificSearchArea" role and assign the user to that instead. Then check if user has EITHER role when they attempt to look at MySpecificSearchArea.
|
In that way I will have to create a new role everytime I need to bypass the mapping for a user. This system will be used in diferent offices and each office might choose to bypass the mapping in diferent ways. Say in one office one user having the Entry role might be assigned some functions of the Approve role. In another office one user having the Verify role might be assigned some functions of the Entry role. It is also possible after some time the extra functions can be taken back from that user.
So I would prefer to implement it in the database level without having to change any code.