-
Master Toggle Tracker Request
We recently submitted an enhancement request to have a 'Master Toggle Tracker' in Concierge. This would allow customers to have a one stop shop where they can track all activity related to the toggles that are being rolled out by Infor. Right now, this process is incredibly manual and requires constant extracting from…
-
USING IPS REST API'S
Hi All Has anybody used the IPS Rest API's to post costs to a work order? We want to use the following endpoint but are not sure about the payload to send: /IPS/rest/api/workmanagement/workorders/{workorder}/costs thanks Kym
-
Using MS Reporting services in IOS
Hi all, Not sure if its in the correct forum / category. I have a customer who wants to use or surface MS Reporting Services reports in IOS. Is it possible to use and to link to data in the datalake? Thanks in Advance. peterc.
-
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)…
-
SAP Concur Implementation to S3 Payroll
Does anyone have any experience implementing SAP Concur to Infor S3 Payroll? If you do, can you email me? aaron.vaughan@vandaliahealth.org
-
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
-
Need help with IDM REST API
Hello, Infor CSD user here. I am familiar with using the base level IDM/items API to upload documents to document management, specifying attributes such as 'Order_Number' and 'Order_Suffix' to attach documents to their orders. I also specify document type when uploading using IDM/items, for example, entityName:…
-
TUG Connects 365 Infor Webinar - Unlock Smarter, Faster Shipping with CloudLeap
Date & Time Jul 22, 2025 02:00 PM EST Join Now: https://us02web.zoom.us/webinar/register/WN_DrbOVsXYSF2xwhwUjjfNHg#/registration Discover how CloudLeap’s Piyovi, seamlessly integrated with Infor, is transforming shipping operations for businesses across the globe. Learn how you can significantly increase operational…
-
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" :…
-
Retrieving Task Details via API Without Being on the Distribution List
I want to be able to view the details of a Task—such as Parameters and Notes—using the API. The endpoint /IONSERVICES/process/user/v1/task/{id} works well, but it requires that I be either in the Distribution List or the Assignee, which I’m not. I receive the following error: Code:NOT_PART_OF_DISTRIBUTION,…
-
Can't access data from API response within Do while Loop in API flow
Hi I'm hoping someone can give me some assistance with this. I'm new to API flows. I have an API flow which calls 3 datalake APIs . The submit box calls the DATAFABRIC/compass/v2/jobs/ API The JobStatus box calls the DATAFABRIC/compass/v2/jobs/{queryId}/status/ API The Result box calls the…
-
What API call to use to retrieve line item comments
Is there a specific API call I can use to get the line item comments from an order? We're using Infor Distribution SX.e / Web_SXAPIRestService
-
ION API
Hi Everyone, I'm trying to connect to the ION API using React Axios. Does anyone have any experience with this? Examples? I'm connecting to the API but I'm getting CORS errors when trying from my dev machine. Thanks.