-
ION Data Flow – Handling LN Employee API 404 Response
We have an ION Data Flow that processes new employees coming from Infor HR Talent. Before sending the Process.Person BOD to Infor LN, the flow performs an API lookup to check whether the person/employee already exists in LN. This lookup is executed through an ION API Trigger step that calls the LN Employee API. When the…
-
Wrong Property Lengths from Syteline IDOPropInfo
I want to make sure I'm not missing something dumb here. I've got a app started that's creating SQL tables based on the property information coming back from the IDOPropInfo endpoint under the IDORequestService. Creating the tables isn't an issue, it's that the data that comes back from LoadCollection overruns on…
-
Calling ION API in LN script.
I want to retrieve workflow data for Purchase Orders from Infor ION using the ION API. The API /IONSERVICES/process/user/v1/workflow/{workflowId}/tasks is working in the ION API Gateway, but when I try to access the same from Infor LN, I understand that authentication using an access token, client ID, and client secret is…
-
Linked the IDM with ION
Hi everyone, could someone help me on how to trigger the customer WF on ION however this custom WF I did t under IDM/ION. I know some of you can say check "ContentDocument" BOD, but my question is how to see the custom WF of IDM under ION?! since I'm looking to use API call to send an email, with Template, and I want to…
-
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…
-
Field input validation in Experience Designer
Has anyone been able so far to find a way to create semi-functional field validation in EDA? The main issue is that in some cases, some fields may be used with user input that may or may not be a valid value in M3. Because there is currently no way to display no results or errors from GET and LIST APIs as a message (like a…
-
Using IDM APIs
I am working on an FSM flow to retrieve an IDM Document's PID and its subsequent content using the following endpoints: GET /item/search (to retrieve the PID) GET /bc/{pid}/resource/stream (to retrieve the content) While I can successfully call these via Swagger, I am hitting a wall within the FSM flow. I have configured…
-
M3 Cloud: Bulk deletion of Purchase Agreements (contracts) – supported approach?
Hi all, On Infor M3 Cloud (CE), I’m looking for a supported way to delete Purchase Agreements (purchase contracts) in bulk (e.g., standard function, batch process, MI/API).Manual deletion is too time-consuming . Do you have any best practice (direct delete vs. close then purge, specific MI/API, etc.), especially…
-
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…
-
User Impersonation is readily possible in Service Accounts
The Infor OS Platform is accessed and modified by multiple independent entities—Infor Services teams, customer IT staff, and external contractors—making strong credential management and authorization controls essential. Each party may use different identity providers and privilege models, requiring consistent enforcement…
-
How to include discount percentage by line item in an order and how to delete order lines
Apologies if this is supposed to be the ion category but we are trying to create and update draft orders via SX API REST Service using the https://mingle-ionapi.inforcloudsuite.com url. The path I am using for straight order creation is /SX/web/sxapirestservice/sxapiOEFullOrderMntV6. With straight order creation I am able…
-
sxapipdrebatemnt help
We are trying to use this api call to create a PDSR record sxapipdrebatemnt This call works perfectly and creates the record if I don't put in a "custrebty" field. Here is my current payload that works. I know my rebate type exist but when I try and put that in no record shows up with no error. Has anybody ever seen this…
-
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…
-
API for TWL?
Hey guys, I've been working with the SX.e API to write various programs that complete data entry/accounting tasks. My company uses TWL along with Infor CSD. It would be useful if I could bring data for orders in TWL into my programs and compare that with data from CSD. Sometimes TWL and CSD data gets out of sync due to…
-
Securely Automate File Transfers to and from the Cloud
For those looking for a way to perform file transfers to/from Sun Storage via the API, the linked KB article provides instructions on using Powershell scripts to accomplish this. In conjunction with Windows Task Scheduler, these scripts can provide clients with an automated mechanism for transferring files between Sun…