Hi there,
Existing forms UserID was not working, MESSAGE(UserID) prompt empty box. Earlier suppose to be USERID, but once save and reopen in design mode, it goes back to UserID ("ser" lowercase), and it only happen to 1 form. It happen on all clients.
Anyone encounter UserID prompt empty? :?
Spec:
Navision 4.0
Windows Authentication
Thanks
Regards,
Peter Ng
0
Answers
You could either rename your variable\field to something like User ID or you could use System.USERID to get the logged in User's ID.
If this isn't the case then... :?
Just to highlight, MESSAGE(SYSTEM.USERID) encounter error
Peter Ng
It would be DATABASE.USERID and not SYSTEM.
Glad you sorted it out though...