Options

Links & ZUP

jsoagejsoage Member Posts: 9
edited 2009-05-23 in NAV Three Tier
I'm calling NAV with the ID=<my ZUP location and name> parameter.

The problem is when using "File / Send / Link to desktop", the properties on the icon I get do not use the ZUP I'm currently using, instead it seems to use the standard name and location (C:\Documents and Settings\<username>\Application Data\fin.zup) that is no configured.

Is there a parameter, ... that I can change to get links using my own location and zup?

Thanks in advance,

Jesús Soage

Comments

  • Options
    byllebylle Member Posts: 47
    Hi

    It is not possible to use your own zup when using links.

    This is because links, are not calling the navision client in the same way as when you are starting the client yourself.
    Links are using a kind of port command.
    Ex.  
    navision://client/run?database=mydatabase&company=CRONUS&target=Form 30&view=SORTING(Field1)&position=Field1=0(1000)&servertype=NAVISION
    
    This command only allows the following parameters:
      - company
      The company that should be open when starting the Navision Client

    - database
      Database Name

    - servername
      Server Name for the server you wants to connect to

    - servertype
      Is it a native or mssql server?

    - target
      Which object has to be activated. Ex. a Form18 - the syntax is [objecttype][objectno]

    - view
      View (Filters) for the object, that will be activated with the target property
Sign In or Register to comment.