List of Integration Mappings (Employee)

This page displays all integration mappings in Transportation Manager. An integration mapping defines how an input file is to be transformed for handling by the API Batch Server.

List

By default, the list of integration mappings is sorted in ascending order by Code.

For information on icons and functionalities available on the list pages, see Web Interface lists.

Properties

Properties for an integration mapping are defined on a single page.

In create mode, the mapping data field is auto-populated using a special text format called JavaScript Object Notation (JSON).

Following are some of the validations performed when saving an integration mapping record:

  • Required fields are populated.
  • The text entered is valid JSON.
  • The API names are valid.
  • The API fields are valid for the API names specified.
  • The mapping is internally consistent, that is, map targets are defined.
  • The System Flags obey their rules (some are unique; some can only be used with API fields, etc.)

For more information on developing content for the mapping data field, see the Transportation Manager Data Upload Guide.

See Also