Department Wise Restriction for Users

shashinpandeshashinpande Member Posts: 19
Can any one tell me that how to implement the department wise user restriction in the navision 3.7 native database.

That is i want that purchase department should have only 5 logins and accounts should have only 3 and stores should have only 4 logins.

So what customization to do in this case.

Any one has done it ?
Pls help me as soon as possible.

Thanks & Regards,
Shashin Pande
Voice : 09825112287
//Shashin

Comments

  • Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    It's not going to be easy. You might try to add f.e. Global Dim 1 as department code to User Setup, and then trying to add code to CodeUnit 1 LoginStart or LoginEnd to look at the Session table, check user's Global Dim 1 and throw and error if there is too much of them, but I am not sure throwing and error there will prevent login.
Sign In or Register to comment.