-
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…
-
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…
-
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…
-
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.…
-
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…
-
How do I run the IDM Utilities application completely through the command line?
When trying to run the IDM fileImport utility from the command line, I keep running into the "java.lang.NullPointerException: '-baseUrl' must be specified" error. No matter how I try to specify the baseUrl, it still doesn't like it. The included documentation isn't helpful and I'm not sure of the correct syntax to get the…