I am using Navision 4.0 SQL Option. Is there any way I can put additional checking / validation when user login into Navision. When the validation failed, I want to prevent user from logging in to Navision.
I haven't tested it but you could try adding functionality in cu1 Application Management and in the routine LogInStart and raise an error in case you don't validate.
I have used it for setting custom defaults for users.
I have tried to put Error at the LoginStart. It doesn't work. Even after the Error has been raised, the system still login sucessful. Once I clicked OK on the OK button on the Error message box, the system still log in
I have additional validation in CU 1 - Application Management in the CompanyOpen function. If the user doesn't validate I call an Error. This prevents logging in. (Ver 3.7, Native). :shock:
Comments
I haven't tested it but you could try adding functionality in cu1 Application Management and in the routine LogInStart and raise an error in case you don't validate.
I have used it for setting custom defaults for users.
Merry Christmas
Arhontis
https://forum.mibuso.com/search
I have tried to put Error at the LoginStart. It doesn't work. Even after the Error has been raised, the system still login sucessful. Once I clicked OK on the OK button on the Error message box, the system still log in
www.mibuso.com
www.navision-girl.com
www.dynamicsuser.net
I have tested it and you are right. I can't think of anything else right now, I will make some tests and I will notify you if I found something.
Arhontis
https://forum.mibuso.com/search
j