Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Endpoints

Defines the endpoints the app can connect to. There will probably only be one defined, which will result in hiding the endpoint selector from the login screen on the app.

<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> - Contains connection information to a backend. 
    • 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. Accepted values are listed below. 
      • 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. 

 

  • No labels