Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • <endpoint> - Contains connection information to a backend. 
    • address = "" - The backend server url.

    • companyName = "" - Company name is only used when logging in to AX, and defines the company to connect to.
    • default = "false" - Sets this endpoint as the initially selected endpoint in the app if more than one are defined. 
    • displayName = "" - The name displayed in the settings section for selecting the endpoints in the app, and in the header on every page.
    • id = "" - Must be a unique id describing the endpoint. Used to define where profile specific files are saved on the device.
    • protocol = "" - Id of a protocol defined in the protocol section.
    • type = "" - Endpoint server type. Accepted values are listed below. 
      • AX - From version 2012.
      • DynamicsMobile - NAV and AX up until version 2009.
      • NAV - From version NAV 2013.
    • <azureConfiguration> - Configuration for a connection to an Azure authenticated backend. 
      • authority = "" - The authority with which the user information must be validated.
      • clientId = "" - Client id defined in the Azure management portal for the given application.
      • returnUri = "" - Return uri defined in the Azure management portal for the given application.
      • serviceName = "" - Service name for Mobile WMS.
      • scopes = "" - A scope is a combination of a the app resource and a permission. Multiple scopes can be defined, and will be split by ;.