Infor M3

Overview

Infor M3 Snap is designed for integrating with Infor M3 systems. It facilitates the interaction with M3 APIs, allowing you to configure various parameters for seamless data transmission. Selecting a specific MI program, transaction within the program and mapping input and output parameters can be fulfilled by choosing one of suggested options. This snap provides flexibility to fulfill diverse integration needs while reducing coding and maintenance.
Infor M3 Snap

Prerequisites

  • A valid Infor M3 account.

Limitations and known issues

None.

Snap views

View Description Examples of upstream and downstream Snaps
Input This Snap support one document input view. Any Document Snap
Output This Snap supports a maximum of one document output view. Any Document Snap
Error

Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the pipeline by choosing one of the following options from the When errors occur list under the Views tab. The available options are:

  • Stop Pipeline Execution Stops the current pipeline execution when an error occurs.
  • Discard Error Data and Continue Ignores the error, discards that record, and continues with the remaining records.
  • Route Error Data to Error View Routes the error data to an error view without stopping the Snap execution.

Learn more about Error handling in Pipelines.

Snap settings

Legend:
  • Expression icon (): Allows using JavaScript syntax to access SnapLogic Expressions to set field values dynamically (if enabled). If disabled, you can provide a static value. Learn more.
  • SnapGPT (): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
  • Suggestion icon (): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
  • Upload : Uploads files. Learn more.
Learn more about the icons in the Snap settings dialog.
Field / Field set Type Description
Label String Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if there are more than one of the same Snap in the pipeline.
Endpoint String/Expression Specify the service endpoint URL of Infor M3.

Default value: N/A

Example: https://inform3.iwconnect.com:65353/m3api-rest/v2/execute

M3 API Dropdown list Specify the M3 API. Choose one of the following APIs: Single
  • Bulk API: Groups transactions in batches of 100 for optimal performance. It processes each batch separately and produces the corresponding output.
  • Single: Processes input and generates the output accordingly. Bulk API
Default value: Bulk API

Example: Bulk API

Company String/Expression Specify the company

Default value: N/A

Example: 100

Division String/Expression Specify the division related to the Company.

Default value: N/A

Example: 50

Program String/Expression Specify the start date and time for the logs. (yyyy-mm-ddThh:mm:ss.SSSZ)

Default value: N/A

Example: MMS005MI

Transaction String/Expression Specify the transaction for which you need to get the response.

Default value: N/A

Example: GetWarehouse

Input Fields Use this field to set the Input Fields. This field set comprises the following fields:
  • Input Field
  • Value
Input Field String/Expression Specify the name (or key) of the Input Field. Suggestions of available input fields based on the specified company/division/program/transaction values.

Default value: N/A

Example: CONO

Value String/Expression Specify the value associated with the Input Field.

Default value: N/A

Example: 100

Output Fields Specify the name (or key) of the Input Field. Suggestions of available input fields based on the specified company/division/program/transaction values.
Output Fields String/Expression Specify the value associated with the Input Field.

Default value: N/A

Example: CONO

Target Field String/Expression Specify the value associated with the Input Field.

Default value: N/A

Example: companyName

Date format Dropdown list Choose the date format. The available options are:
  • YMD6
  • MDY6
  • DMY6
  • YWD

Default value: N/A

Example: DMY6

Read timeout (ms) Integer/Expression Specify the number of milliseconds for which the Snap waits before aborting the request due to a failure to read from the target service.

Default value: N/A

Example: 10000

Max records Integer/Expression Maximum number of records to retrieve. Set 0 to return all records.

Default value: N/A

Example: 0

Exclude empty values Checkbox Select this checkbox to exclude empty values from the output.

Default status: Deselected

Right trim Checkbox Apply right trim to output fields.

Default status: Deselected

M3 User String/Expression Specify the name of the M3 User.

Default value: N/A

Example: 0

Verbose Mode Dropdown list Choose the Verbose Mode:
  • ERROR
  • INFO
  • WARNING

Default value: N/A

Example: INFO

Snap execution Dropdown list Choose one of the three modes in which the Snap executes.
Available options are:
  • Validate & Execute. Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only. Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled. Disables the Snap and all Snaps that are downstream from it.