Printer selections - can't enter Windows logon in User-ID

gjvk70gjvk70 Member Posts: 60
edited 2009-10-06 in Navision Financials
Just recently we switched to Unified Logon for Navision.

Since that moment I have a problem with the Printer Selections. Is seems not possible to assign a printer to a Windows Account/AD Account in Navision Financials. You can only choose a database-login in Form 64 - Printer Selections.
Is there anyone else who experienced this problem and probably has a solution?

Thanks in advance.
Gerard van Kuijl - United - http://www.united4all.nl

Comments

  • kinekine Member Posts: 12,562
    If there is this code in OnLookup of the field User ID in the printer selection, it must show list of both users - db users and windows users:
    LoginMgt.LookupUserID("User ID");
    
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • ara3nara3n Member Posts: 9,256
    The printer selection table has had the code for LoginMgt lookup from version NAVW13.10 and it worked perfectly fine.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • gjvk70gjvk70 Member Posts: 60
    Hi Kine/Ara3n,

    Thanks for you replies. I checked your suggestions, but can't find the LoginMgt codeunit in Navision 2.60. We have another setup on Attain and here I found codeunit 418. This codeunit isn't available in 2.60 however.

    Manual input of the Windows Account in the UserID field doesn't work also. Tried changing the lookup to the SID table, no luck.

    What does seem to work, is enter the Windows Username also in the Database-login table (without Domain Name). The lookup is only on the user name. Have to check with another user tomorrow, but it works for me.
    Gerard van Kuijl - United - http://www.united4all.nl
  • kinekine Member Posts: 12,562
    Ah, 2.60... Windows Logins was something new what was used only rarely, thus not all things were fully implemented...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • ara3nara3n Member Posts: 9,256
    Look at a 3.x or 4.x or 5.x version db and move the code down to your version.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.