/inform3 | Type: Application | PCID required: Yes
ERP
Tools
| Tool | Description |
|---|---|
inform3_search_customer | Search for customers in Infor M3 using the M3 Search API (CRS610MI/SearchCustomer). Supports advanced SQRY query syntax with field:value pairs and wildcards (e.g. “CUNM:MADISON* CUNO:2* RGDT:20210714 ECAR:NC RESP:WWONG”). |
inform3_get_customer_info | Get customer master information (CRS610MI/GetBasicData) |
inform3_get_delivery_head | Get delivery header information from Infor M3 (MWS410MI/GetHead). Returns delivery details such as status, customer, warehouse, and shipping information. |
inform3_get_customer_order | Retrieve customer order information (OIS100MI/GetOrderHead) |
inform3_list_batch_order_heads | List batch customer order headers from Infor M3 (OIS100MI/LstBatchHead). Returns order headers filtered by customer number. |
inform3_list_order_lines | List customer order lines from Infor M3 (OIS100MI/LstLine). Returns all line items for a given order number. |
inform3_get_order_head_text | Get customer order header text/notes from Infor M3 (OIS100MI/GetHeadText). Returns text information attached to the order header. |
inform3_list_stock_locations | List stock location details from Infor M3 (MMS310MI/List). Returns inventory quantities by location within a warehouse. |
inform3_get_item_type | Get item type and additional item data from Infor M3 (MMS019MI/Get). Returns extended item master attributes such as item type, category, and classification. |
inform3_list_material_plan | List material planning data by item and warehouse from Infor M3 (MMS080MI/LstMtPlByItmWhs). Returns planned orders, demand, and supply information for MRP. |
inform3_get_picking_list_head | Get picking list header information from Infor M3 (OIS390MI/GetHead). Returns picking list details including status, warehouse, and associated order information. |
inform3_search_customer
Search for customers in Infor M3 using the M3 Search API (CRS610MI/SearchCustomer). Supports advanced SQRY query syntax with field:value pairs and wildcards (e.g. “CUNM:MADISON* CUNO:2* RGDT:20210714 ECAR:NC RESP:WWONG”). Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
SQRY | string | Yes | — | M3 search query string. Use field:value pairs separated by spaces. Supports wildcards (). Example: “CUNM:MADISON CUNO:2* RGDT:20210714 ECAR:NC” |
maxRecords | number | No | 50 | Maximum number of records to return |
dateFormat | string | No | "YMD8" | Date format for date fields (e.g. YMD8) |
excludeEmpty | boolean | No | false | Exclude empty fields from results |
rightTrim | boolean | No | true | Right trim field values |
extendedResult | boolean | No | false | Include extended result metadata |
inform3_get_customer_info
Get customer master information (CRS610MI/GetBasicData) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
customerNumber | string | Yes | — | Customer number |
dateFormat | string | No | "YMD8" | Date format for date fields (e.g. YMD8) |
excludeEmpty | boolean | No | false | Exclude empty fields from results |
rightTrim | boolean | No | true | Right trim field values |
extendedResult | boolean | No | false | Include extended result metadata |
inform3_get_delivery_head
Get delivery header information from Infor M3 (MWS410MI/GetHead). Returns delivery details such as status, customer, warehouse, and shipping information. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
deliveryNumber | string | Yes | — | Delivery number (DLIX) |
companyNumber | string | No | — | Company number (CONO) |
inform3_get_customer_order
Retrieve customer order information (OIS100MI/GetOrderHead) Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
orderNumber | string | Yes | — | Customer order number |
inform3_list_batch_order_heads
List batch customer order headers from Infor M3 (OIS100MI/LstBatchHead). Returns order headers filtered by customer number. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
customerNumber | string | Yes | — | Customer number (CUNO) |
maxRecords | number | No | 50 | Maximum number of records to return |
inform3_list_order_lines
List customer order lines from Infor M3 (OIS100MI/LstLine). Returns all line items for a given order number. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
orderNumber | string | Yes | — | Customer order number (ORNO) |
maxRecords | number | No | 50 | Maximum number of records to return |
inform3_get_order_head_text
Get customer order header text/notes from Infor M3 (OIS100MI/GetHeadText). Returns text information attached to the order header. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
orderNumber | string | Yes | — | Customer order number (ORNO) |
companyNumber | string | No | — | Company number (CONO) |
inform3_list_stock_locations
List stock location details from Infor M3 (MMS310MI/List). Returns inventory quantities by location within a warehouse. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
warehouse | string | Yes | — | Warehouse code (WHLO) |
maxRecords | number | No | 50 | Maximum number of records to return |
inform3_get_item_type
Get item type and additional item data from Infor M3 (MMS019MI/Get). Returns extended item master attributes such as item type, category, and classification. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
itemNumber | string | Yes | — | Item number (ITNO) |
inform3_list_material_plan
List material planning data by item and warehouse from Infor M3 (MMS080MI/LstMtPlByItmWhs). Returns planned orders, demand, and supply information for MRP. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
warehouse | string | Yes | — | Warehouse code (WHLO) |
itemNumber | string | Yes | — | Item number (ITNO) |
maxRecords | number | No | 50 | Maximum number of records to return |
inform3_get_picking_list_head
Get picking list header information from Infor M3 (OIS390MI/GetHead). Returns picking list details including status, warehouse, and associated order information. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
warehouse | string | Yes | — | Warehouse code (WHLO) |
pickingListNumber | number | Yes | — | Picking list / report number (REPN) |

