-
Infor API Gateway - invalid_client from custom Java application
Hi, I have already developed .NET and PHP applications, and I am able to obtain the authentication token using OAuth 2.0. Now, I need to develop a Java application to call REST API to the Infor API Gateway. When I try to get the authentication token, I receive the error message "invalid_client". I noticed that the "~"…
-
Public Interface API to Create LN Customer Claim
We are looking at building a web interface which allows our customers to enter customer claims, currently there is no API available to bring those information into LN. The current API for customer claim allows quite a lot useful things such as submit and close the claim, but not creating them. Just raised an ER for it.…
-
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…
-
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…
-
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…