# M3 Infor API

The Infor M3 API Connector is used to integrate with Infor M3.

#### Configuration <a href="#configuration" id="configuration"></a>

* **M3 Server Name**
  * Address or name of M3 Server. Required.
* **Port Number**
  * Port to use when communicating with M3 Server. Required.
* **CONO DIVI Parameter**
* **Global Username**
  * Username for connecting to M3 Server. Leave blank if username and password is to depend on Flow user.
* **Global Password**
  * Password for Global Username when connecting to M3 Server.
* **Advanced configuration**
  * Call SetLstMaxRec when getting metadata
    * Sets whether a SetLstMaxRec should be called before getting programs and transactions. If SetLstMaxRec is not called, M3 will at most return 100 items.
  * Argument to SetLstMaxRec
    * Sets the argument to use with SetLstMaxRec. Setting it to 0 typically will return all available metadata, but this can be M3 version dependent.
  * Enable log
    * Sets whether to write a log of certain events, such as opening and closing a connection, to the log file provided in *Path to log file*.
  * Path to log file
    * Path to the file where logs are written if *Enable log* is used. The file is created if it does not exist.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.novacuraflow.com/6.11/development/flow-studio/connectors/business-systems/infor-m3/m3-infor-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
