Skip to main content
The Infor connector supports transmitting EDI documents to and from the Infor CloudSuite Industrial (formerly Syteline) platform.

Key Capabilities

  • Infor CloudSuite Industrial EDI document exchange with XML to flat file conversion
  • Bidirectional file transfer with separate demand-side and supply-side folder configurations
  • Trading partner code identification for partner document management and archiving

Overview

Infor connectors perform two functions when sending or receiving EDI documents to Infor CloudSuite Industrial. When sending, the connector converts XML documents into a flat file structure accepted by CloudSuite, then sends the resulting file to the remote data folder where it can be picked up by Infor. When receiving, the connector polls the data folder for flat files, which it then converts into XML.

Connector Configuration

This section contains all of the configurable connector properties.

Settings Tab

Configuration

Settings related to the core configuration of the connector.

Infor System Configuration

Settings provided in the connection to the Infor system.
SettingDescription
Trading Partner CodeThe code identifying the documents in the Infor system.

Inbound

Folder locations for demand-side documents in the Infor system.
SettingDescription
Inbound Data Logic FolderThe folder location for demand-side file pickup and drop-off.
Inbound Archive FolderThe folder location for archiving processed demand-side documents.

Outbound

Folder locations for outbound documents in the Infor system.
SettingDescription
Outbound Data Logic FolderThe folder location for supply-side file pickup and drop-off.
Outbound Archive FolderThe folder location for archiving processed supply-side documents.

Other Settings

SettingDescription
Local File SchemeA scheme for assigning filenames to messages that are output by the connector. You can use macros in your filenames dynamically to include information such as identifiers and timestamps. For more information, see Macros.

Advanced Tab

Other Settings

SettingDescription
Processing DelayThe amount of time (in seconds) by which the processing of files placed in the Transactions tab is delayed. This is a legacy setting. Best practice is to use a File connector to manage local file systems instead of this setting.

Message

Logging

Miscellaneous

Automation Tab

Automation Settings

Settings related to the automatic processing of files by the connector.
SettingDescription
SendWhether files arriving at the connector are automatically sent.
Retry IntervalThe number of minutes before a failed send is retried.
Max AttemptsThe maximum number of times the connector processes the file. Success is measured based on a successful server acknowledgement. If you set this to 0, the connector retries the file indefinitely.
ReceiveWhether the connector should automatically query the data source.
IntervalThe interval between automatic query attempts.
Minutes Past the HourThe minutes offset for an hourly schedule. Only applicable when the interval setting above is set to Hourly. For example, if this value is set to 5, the automation service downloads at 1:05, 2:05, 3:05, etc.
TimeThe time of day that the attempt should occur. Only applicable when the interval setting above is set to Daily, Weekly, or Monthly.
DayThe day on which the attempt should occur. Only applicable when the interval setting above is set to Weekly or Monthly.
MinutesThe number of minutes to wait before attempting the download. Only applicable when the interval setting above is set to Minute.
Cron ExpressionA five-position string representing a cron expression that determines when the attempt should occur. Only applicable when the interval setting above is set to Advanced.

Performance

Alerts Tab

SLAs Tab

Establishing a Connection

The following settings are required to connect to Infor:
  • Trading Partner Code identifies the documents in the Infor system.
  • Inbound Data Logic Folder is for demand-side file pickup and drop-off.
  • Inbound Archive Folder is for archiving processed demand-side documents.
  • Outbound Data Logic Folder is for supply-side file pickup and drop-off.
  • Outbound Archive Folder is for archiving processed supply-side documents.
After these fields have been specified, the connector can exchange documents with the Infor system.

Sending Files

After a connection to Infor has been established, XML files in the Transactions tab of the Infor connector are converted to the Infor standard flat file format and uploaded. If Send Automation is enabled on the Automation tab, the connector automatically polls this folder for processing.

Receiving Files

Files that are found when polling Infor CloudSuite are downloaded to the Infor connector Transactions tab. The standard flat file structure is automatically converted into XML. If the Infor connector is connected to other connectors in a flow, the file is passed to the next connector.

Macros

Examples