-
IONAPI and Service Accounts
Hi, We have been using IONAPI to heavily interact with Infor OS. Our standard approach is to "Create Service Account" alongside IONAPI Authorized App creation where we create service account using the ION User. I understand that the keys saak and sask are created when this option is chosen and scopes are added as well.…
-
How do I configure Postman to log in with my IFS account if SSO is enabled?
Hello, Until now, I have always used Postman in an Infor Cloud environment where SSO was not enabled. I followed the configuration as described in several tutorials on the subject. It worked perfectly. Today, I am working in an Infor Cloud environment in which SSO is enabled but in which I do not have an account in the…
-
Enterprise Configurator (CPQ) – Content Manager: Is it possible to manage PDFs via API?
Hi everyone, I'm working with CPQ and I noticed that the Content Manager section seems to allow uploading content (such as PDFs) only through the manual UI. My question is: Is there a way to upload and retrieve PDF documents using a REST API or any other type of automated integration with Content Manager? The goal would be…
-
Is there an API that retrieves all open Tasks for the user?
Hi, I'm looking for an API in Infor CloudSuite that can retrieve all open tasks assigned to the currently logged-in user - similar to what’s shown in the Inbox or Task widget in the portal. I’m aware of: /IONSERVICES/process/user/v1/task/{id} (but this requires a specific task ID)…
-
Return Workflow output parameters via ION API
I have built a Workflow that makes a bunch of API calls to other applications and saves the results in output parameters. Now I need to somehow read the values of those parameters after executing the Workflow. My original idea was to execute it by calling the IONSERVICES/process/application/v1/workflow/start API from a…
-
Post context with a detail page
Can someone provide the format for the request body to create a Service Request with a detail page? We're using IPS, but I figure the context should be similar for any of the suites and I'm finding nothing in the documentation. I've already tested this very simple and it works fine in creating a Service Request of the…
-
API - Importing Payments for Invoices
HI, Using the SXAPI I've been able to connect with Infor in various ways. I'm building a system to handle invoice payments from invoices in infor and I'm wondering how I can go about importing the record of those payments into Infor? The external system will handle billing. Thanks, Andrew
-
How can I add a custom OData REST API to an ION Connection Point?
I have created a custom LN OData REST API via the OData REST API Modeler. I commited, validated and activated the API and it appears inside of the API Gateway as a LN-API. I now want to use it inside of an ION API Connection Point because I want to access the API from a Document Flow but the API does not show up when…
-
How to setup an API on API Gateway that requires setting Cookies in requests to methods
Hello! I have a custom API that requires setting Cookies in requests to methods. By example I Login with post operation to URL —> https://server/Login Response : { "odata.metadata" : "https://server/$metadata#B1Sessions/@Element" , "SessionId" : "94b390cc-666b-11f0-c000-005056b5a3f8-140425297418112-35540", "Version" :…
-
Error with multiple calls using the same account
This issue is for a SyteLine 9 ERP using IDO service. My issue is that while an IDO call is being processed, and I make another call with a new connection using the same account, I get a "MGException exception processing 'LoadCollection' request: Your session has been deleted. You must close your session and log on again…
-
Subscribing to External Event Hub
Hi everyone, I'm working on a use case where I need to subscribe to an external system's event hub using Infor ION. The external platform exposes an Event API, which follows a publish-subscribe model — it allows consumers to register as subscribers, define a callback URL, and receive event payloads (such as product…
-
The KeyID entered cannot be null in NextKeys_mst. INSERT rolled back.
I have created a custom API that will compare the lists of employees between Syteline and our HR system and then add missing employees or set inactive employees to terminated. When I attempt to insert new employees into the SLEmployees IDO, I get the error "The KeyID entered cannot be null in NextKeys_mst.…
-
"Printer does not exist" - Error Code WDE603 - MMS060MI API Call
Get an error when calling MMS060MI - WDE0603 - "Printer does not exist" - The printer is in FactoryTrack, where the call is originating from, it is in the list of available printers. The printer shows in IDM, and M3 MT. This is the end of the call:…
-
API Key > Key Name does not allow 'Authorization'
I am working with a third-party vendor that uses the key name 'Authorization' under the Target Endpoint Security > API Key as Authentication Type. I am curious if anyone else has ran into this issue and how they managed to resolve this? I know from past experience that a lot of third-party vendor API's uses the key name…
-
Scheduled Workflow - Loop Data
Hello, I am on Infor LTR. I have a workflow that runs to assign tasks and update values in IDM. However, I would like to run this workflow on a schedule based on data retrieved through an API call to IDM where a certain field is missing. How can I "loop" through items returned in an API call in a workflow and use this data…