Versions Compared

Key

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

...

Code Block
languagexml
<endpoints>
  <endpoint id="tf-ax-05" displayName="TF-AX-05" type="DynamicsMobile" protocol="classic" companyName="dev" address="http://taskletfactory.com/DocumentService/Document.svc" default="true"/>
</endpoints>

Parameters:

  • <endpoint>
    • id = "" - Must be a unique id describing the endpoint. Used to define where profile specific files are saved on the device.
    • displayName = "" - The name displayed in the settings section for selecting the endpoints in the app.
    • type = "" - Endpoint server type
      • AX
      • DynamicsMobile
      • NAV 
    • protocol = "" - Protocol id from the protocol section.
    • companyName = "" - Company name is only used when logging in to AX, and defines the company to connect to.
    • address = "" - The server url.
    • default = "" - Sets this endpoint as the initially selected endpoint in the app if more than one are defined.