Automation shortcut for Windows Desktop ?

BT_MarcBT_Marc Member Posts: 30
Hi i want to use an shortcut from my Desktop to run an Report in Navision like this:

[InternetShortcut]
URL=navision://client/run?servername=XXXServernameXXX&company=XXX&l&target=Report 00000&view=SORTING(Field1)&position=Field1=0(Value)&servertype=NAVISION

it works but is it posible to log automatic in to navision with normal username and password ?

Thanks for Help.

Comments

  • SavatageSavatage Member Posts: 7,142
    just a guess but have you tried adding

    USER & PASSWORD to your link?

    you already have Servername & Company??
  • kinekine Member Posts: 12,562
    I am afraid that it is not possible if you are using DB logins. Try to use Windows authentication, in this case you will not need to enter Login and Password... :wink:
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • BT_MarcBT_Marc Member Posts: 30
    Savatage wrote:
    just a guess but have you tried adding

    USER & PASSWORD to your link?

    you already have Servername & Company??

    Off Course I tried to use User ID or Password in the URL but it doesn’t work. I tried all combinations and similar words I know for password or user name but nothing will work.

    @ Knie My problem is that we have DB logins and they will not change it why ever. So you’re absolutely sure that it won’t work with DB login?
  • kinekine Member Posts: 12,562
    I never saw possibility to automatically login into NAV with DB auth. It is for security that you cannot store password into the URL...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.