Setting user rights

mmatkommatko Member Posts: 2
edited 2003-08-19 in Navision Attain
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.

Comments

  • Steve_KaillSteve_Kaill Member Posts: 4
    Maybe there is a way to do exclusion but I doubt it. It would be nice. If not I've got a couple of ideas.

    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.
Sign In or Register to comment.