Infor label printing: CloudSuite Industrial (SyteLine), LN, M3 and WMS
Print labels from Infor CloudSuite Industrial, LN, M3 and Infor WMS through ION / API Gateway calls to the REST API, database views and file exchange — with scenarios and a checklist.
Infor's ERPs are usually integrated through ION, its middleware, which turns any transaction into a BOD document or an API call. That is the cleanest way to trigger a label: ION notices the event — a shipment confirmed in M3, a job completed in CloudSuite Industrial — and calls EtikStudio. For on-premise LN and SyteLine, database views and file exchange remain available.
Which integration paths fit Infor
| Path | Fit | Why |
|---|---|---|
| ION / API Gateway + REST | Best | An ION workflow or a BOD-triggered flow calls the REST API through the connector with the document's fields. |
| File exchange (FTP / folder) | Good | ION or an ERP export writes CSV/XML to an SFTP or shared folder; EtikStudio prints the batch. |
| Embedded data (SQL) | On-premise | Read-only views on item, lot and order tables in LN or SyteLine; the label pulls master data by key. |
Typical scenarios
| Process | Label | Trigger |
|---|---|---|
| Manufacturing (CSI / LN) | Job and finished-goods labels with lot/serial | Job completion, production order close |
| Distribution (M3) | Picking, package and SSCC labels | Delivery confirmation |
| Infor WMS | License-plate, location and shipping labels | Receipt, put-away, ship confirm |
| Food & beverage (M3) | Batch labels with expiry and allergens | Batch reported |
Recommended flow
Use ION for triggers whenever it is already deployed — it gives you retries, monitoring and one place to see every label request. Keep master data in the label (embedded data) so ION sends only keys and quantities.
Implementation checklist
- Identify the product (CSI, LN, M3, WMS) and whether ION is available.
- Define the BOD or API document per label event and the fields it carries.
- Install the connector at each site for cloud-hosted tenants.
- Validate GS1-128 and GS1 DataMatrix on the site printers, especially for food and pharma batches.
How EtikStudio handles it
Infor sends the event through ION; EtikStudio prints in the native language of whichever printer that site has and logs every job with its template version.
Integration details vary by ERP version, deployment and licensing. Adapters and worked examples are provided during implementation.