-
Custom OData Service Visible in API Gateway but Not in ION – What Am I Missing?
Hej! I’ve created a custom OData REST API in Infor LN for sending a JSON object to a DLL function that updates price quotations coming from UPS. The custom service txesogenericpricequotation.odata-svc is successfully published through the Infor API Gateway, and testing it directly there works exactly as expected. I also…
-
Error calling Infor Data Fabric / DataLakeCompass APIs on an API Connection Point
Hello! I want to run the Infor Data Fabric / DataLakeCompass APIs on an API Connection Point so I can use it in a Data Flow, since I can't use the "Retrieve" or "Query" Data Flow components because I need to pass parameters to the query I want to run. So I tried using an API Connection Point: first I call the POST /jobs/…
-
Senior Infor LN Developer – Long-term Remote Freelance Assignment | German-speaking
Hello Everyone, I am supporting a confidential, long-term remote assignment for a highly experienced Senior Infor LN Developer in an international manufacturing environment. Key details: • Freelance / B2B cooperation • Fully remote • Flexible workload: approximately 2 days per week up to full-time • Long-term assignment •…
-
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…
-
Connection Point pagination with next URL
Dear all, I am currently using Infor ION and SunSystems - API Gateway. I want to retrieve all journal entries from SunSystems Ledger A using a REST API endpoint: text: /businessobject/v1/{businessUnit}/ledger-lines/query-json?ledgerCode=A&page=0&pageSize=100 The API response includes a links structure with a next URL for…
-
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…
-
Email not triggering
I was attempting to modify the standard email template and enable the functionality that creates an active hyperlink within the email, allowing users to take action directly on notifications and tasks. However, after making changes to the email template, I am no longer receiving any emails from ION, including task,…
-
Null output from decision activity in API flow
I'm working on an API flow that, depending on the request payload, will take different branches and execute different API's. This is what I have so far: I'm starting with the single branch for proof of concept but will eventually have three in total. I have the following set as a decision parameter:…
-
How to connect between ION on-prem (LN 10.6) to ION Cloud
Hi All, I am wondering if it is possible to build connection between ION on-prem to ION Cloud. My organization is on journey to migrate to cloud from LN 10.6. We have an idea to do transition for our integrations from on-prem to ION cloud. This is to reduce the risk before Go-Live with LN Cloud. Roughly we want to do…
-
Request body in API Connection Point
Hi! I have a Data Flow that contains a script that transforms an XML into a JSON and then calls an ION API, where I need to pass the JSON exactly as the script returns it in the request body of the API Connection Point. But when I use the "IonApiRef" in the request body of the API Connection Point, it doesn't recognise it.…
-
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…
-
How to Disable ION File Connection Point Retry feature in on-perm
Hi, I’m working with Infor ION On-Prem and have an ION connection point configured to write files to an FTP server. During weekends, the FTP server is intentionally unavailable, and the files are not critical enough to require transfer during that time. Currently, when the FTP server is unreachable, the write operation…
-
failed: Failed to create a usertask/notification in the tasklist application
Im getting "failed: Failed to create a usertask in the tasklist application" this error when i submit any BOD for approvals or sometimes middle of the flow like 6 levels of approval flow , at 3rd level after apprved it will not move to next level and returns to LN with created status and in ION that error. Is this server…
-
Send splitted array object to ION API as Document
Hej ! I have a CSV file that is transformed into a JSON payload containing an array of objects. I then use a Splitter with $.objects[*] to split the array into individual JSON objects. My goal is to send each split object to an ION REST API step that expects a JSON object as an input variable. I created a custom…