-
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…
-
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…
-
Please Endorse ER 122428 - MOS300MI Delete Service API Transaction
Please Endorse ER 122428 - MOS300MI Delete Service API Transaction required. We work with thousands and thousands of services. These are maintained through data loads and we often need to delete large batches of services. There is currently not an API that allows you to do that, so on-prem we created a transaction. In our…
-
Stream Pipelines -- Data Fabric API Endpoint
Is there an API endpoint for the stream pipelines available? The tool is really cool, but it takes forever to manually click into each pipeline, turn it off / on, initialize a load, etc… I have a client who currently has close to 500 pipelines and we need to reload data across essentially most of our tables. An API…
-
Error in OIS100MI
Hi I have a problem in some mappings that calls to OIS100MI produces the wrong values. For example we call OIS100MI.GetBasicData with input ORNO and want CUNO as the answer. Sometimes the API gives ITDS as CUNO and therefore the next API call fails (Since "Milk" is not a customer in the M3 environment). If I rerun the…