Skip to main content

Infor LN Document Trigger

Overview

The Infor LN Document Trigger receives an Infor LN report print request through the B2Win Suite device and converts the incoming XML report into a PDF document.

Purpose

Use this trigger when an Infor LN report should start a workflow and continue downstream as a generated PDF file.

Configuration

FieldDescription
Ignore missing imagesContinues rendering when referenced images are missing. Enabled by default.
Keep temporary Input filesKeeps temporary XML input files after processing for troubleshooting.
Advanced document optionsShows advanced PDF rendering options.
Render XML colors in the output documentRenders color information from the XML input. Enabled by default.

Outputs

OutputData TypeCollectionDescription
XMLFileNodeFileFalseThe trigger outputs a NodeFile containing the generated PDF document.

Properties

PropertyFlowDataTypeDescription
X-API-KEYStringAPI Key
X-SIGN-DATEStringSign Date
REPORT_IDStringReport Code
REPORT_DESCRIPTIONStringReport Description
CRONJOBBooleanFrom cronjob?
LANG_IDStringLanguage ID
COMPANYStringCompany
LOGIN_USERNAMEStringLogged in user
REMOTE_SYSTEMStringRemote System
REMOTE_CMDStringRemote Command
REMOTE_ACTIONStringRemote Action
REMOTE_MODEStringRemote Mode
XML_FILE_NAMEStringXML File Name

Processing Logic

The trigger parses the incoming Infor LN request payload, validates the API signature in production, processes the XML report with document splitting disabled, renders the PDF, and emits the PDF as a NodeFile.

Examples

Use this trigger for standard Infor LN report output workflows, such as generating a PDF invoice, order confirmation, or operational report for delivery by email or storage nodes.

Notes / Limitations

  • Temporary XML files are deleted after successful processing unless Keep temporary Input files is enabled.
  • Use Infor LN Data Trigger when the report should become tabular data instead of a PDF.