Is it possible to setup such an user that has exclusion of some previously setup.
Example: I want to setup user that can access all forms except Navigate. Trying to do something like this won't work:
Form: 0 Yes Yes Yes Yes Yes _
Form: 344 Navigate _ _ _ _ _ _
I'd like to avoid solution that suggests naming all forms except Form 344.
Thanks in advance.
0
Comments
There are tables in the 2 billions for User, Member Of and Permission. You might be able to write a small amount of code in an object that executes to create all the form permissions except Form 344 Navigate.
Only other way I can think of is a code solution where you modify form 344 when it starts to check if the user is allowed.