-
RFID as serial number
Has anyone here implemented RFID in Infor WMS using the EPC as a Serial Number and managed to perform partial picking while specifying exactly which serials were taken? I'm working in a scenario where each RFID tag (EPC) is registered as a serial number during receiving, and a single LPN can contain dozens of serials…
-
Inbox tasks grouping
a { text-decoration: none; color: #464feb;}tr th, tr td { border: 1px solid #e6e6e6;}tr th { background-color: #f5f5f5;} Hi, In users’ inboxes, they are receiving multiple requests related to purchase orders, purchase requisitions, and transactions. This results in a large number of individual notifications, making it…
-
Transfer a IDM Document from one IDM System to another
Hi I have to transfer a IDM Document from one system (LTR 2025.06) to an other one (CE). My consideration; activate ION Integration create a Data Flow from the source IDM to the destination IDM with the Sync.ContentDocument BOD and a mapping from sync to process on the way … Do far so good: BOD is triggerd Data Flow works…
-
Subject: Questions on Developing Interfaces with Infor LN (CSIE) using JSON REST API
I’m currently working on developing interfaces between Infor LN (CSIE) and other external systems using the JSON REST API protocol. I have a few questions regarding possible approaches: Inbound Interface: For one inbound interface called by an external system, can we use Infor ION to create a workflow that triggers…
-
Unable to Locate CreditTransfer MEC Mapper (.zap) for GEMS On-Prem M3 Integration
Hi, I am trying to configure GEMS for M3 on-premises (single-tenant). The Infor documentation indicates that GEMS can be configured for on-premises environments. I referred to KB2321203 and downloaded GEMS CreditTransfer 2026.01, then installed the packages in ION. However, I am unable to find the CreditTransfer MEC mapper…
-
ION Workflow – How to loop through rows from an M3 “Lst” MI API?
Hi, In ION Workflow I can call M3 MI APIs that return lists (e.g. OIS100MI/LstLine). The response contains multiple rows/records, but I don’t know how to loop through each row inside the workflow. Is there a way to do a for-each / iteration over the list in ION Workflow? If not, what is the recommended approach? In the…
-
SOPI, SOTI and SOTPI ASN structures for EDI856 from Infor M3 to ION and SPS commerce
Hi Team, Has anybody developed SOPI, SOTI and SOTPI ASN structures for EDI856 in Infor M3 erp We have a integration with SPS commerce for a client and they need this. Can someone help me to know how to achieve this and how to differenciate this while sending EDI856 bod of M3EDIShipmentDelivery (MEC) and M3EDIShipment (ION)
-
SOPI, SOTI and SOTPI ASN structures for EDI856 from Infor M3 to ION and SPS commerce
Hi Team, Has anybody developed SOPI, SOTI and SOTPI ASN structures for EDI856 in Infor M3 erp We have a integration with SPS commerce for a client and they need this. Can someone help me to know how to achieve this and how to differenciate this while sending EDI856 bod of M3EDIShipmentDelivery (MEC) and M3EDIShipment (ION)
-
Calling IPS for CTRL + 19 on MWS410
Hello, We would like to call an IPS through a workflow to simulate CTRL + 19(Report all picking list) on MWS410. However it does not seem to be working. It does work for other options such as CTRL + 16 or CTRL + 32. Below is my IPS: I have tried to simulate it with MTS043, so hypothetically it should work with MFORMs…
-
Updated Infor SunSystems Cloud API Accelerator guide
Hi all, The API Accelerator guide has recently been enhanced to demonstrate a range of capabilities using ION API flows against SunSystems APIs for Cloud. There are recipes for multi-paging, calling payload APIs based on events, and more.…
-
Integration Microsoft Fabrics
Does anyone have experience transferring data from a Microsoft Fabric DWH to the Infor Data Lake and automating this process? We would be very grateful for any tips or even examples.
-
Why my Inbox not working?
Halo, I created a workflow for Purchase Order, when i click approve the notification succesfully sent to email but in my inbox it's show nothing. Is there any security role or something i'm missing?
-
Unable to retrieve Item by key in data flow from ION API
Hej ! I am trying to retrieve a specific item in a data flow using the ION API.I can successfully retrieve this specific item through ION Gateway, and it works as expected there. However, when I make the same request using the ION API, I receive the following error: Response code: 404 Response message: Not Found Response…
-
Issue When Activating or Testing API Flows in ION
Hello, I am currently working with ION API Flows, and I consistently encounter an error whenever I try to activate an API. The error message is shown in this screenshot: Also, When I try to call an API inside the API Flow and use the Test button, I always get an 403 error: While testing the same API through API Gateway…
-
API Connection Point - IFS Service Ingestion to Datalake - Manual Mapping
I have created a workflow which uses the IFS Service API GET ifsservice/usermgt/v2/admin/users which gets IFS user data. I want to ingest some of this data into the Datalake however whilst I have managed to do this, it only ingests a single record and not the entire 220. Response from API { "response": { "startIndex": 1,…