-
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)…
-
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,…
-
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
-
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.
-
Is it possible to query subCollections through the Syteline API?
We have defined IDOs that have subCollection properties. Of course, when we include those properties, we receive an error message of the form: Message: 'The ue_custom_ido.subCollectionProp subcollection property may not be included in a query.' Is it possible to query subCollections through the Syteline API, or were they…
-
How to filter Employees using REST API
Hi Everyone, I'm trying to retrieve list of Effective Employees using IPS REST API /restservice/api/resources/employees?Filter=[{Property:IsEffective,Operator:Equal,Value:true}] but returns error 500 however, if I use any other property in the filter other than "IsEffective" the API returns the correct data Any…
-
How to compress a file to ZLIB deflate format to use in DataLake ingestion API?
Hi All, Need small help. We are trying to use the below API URL and passing the necessary input arguments. URL :mingle-ionapi.se2.inforcloudsuite.com/.../dataobjects Getting the below error: File compression type is not DEFLATE. As per the documentation, Data objects must be sent compressed using ZLIB compressed data…
-
PMS100MI SearchMO no longer able to find manufacturing orders associated to a ORNO
Previously I was able to use the PMS100MI inside of experience designer to pull all of the manufacturing order numbers from a customer order number. Has there been a change to this API? I am no longer able to use this as it does not bring any data back.
-
ERP Person ID
Has anyone found a way to automate the creation of ERP Person IDs utilizing Syteline? I have the Sync.Person being "Sent From" the Application in Instance01 connection point. What else needs to be done to get this to work?
-
API Gateway in Experience Designer
Does anyone know where I would be able to add more API Gateway suites to Experience Designer Data Services in M3? So far I only see one suite and am not sure where to enable more:
-
Authentication with token for a custom api
Hi, I'm trying to setup an authentication for a custom api wich is token based but not the Oaut2 standard. I send a request for a token to an url with the following information in body: { "clientId": "the client id", "clientSecret": "the client secret" <span style="font-family:monospace;">} I then get the following…
-
Obtain Bearer from One Flow/Endpoint/Dev - Send to Another via Autorization Bearer header
I have an API that uses OAuth 2.0 JWT client credentials. Using the standard OAuth 2.0 JWT Client Credentials configuration in Infor Cloud MT, I can't get the communication right (even though I generate all the configuration, it doesn't seem to return the client_assertion). So I moved forward by signing the JWT using a…
-
API Gateway - Error sending credentials
Hello, I have the example of an api that uses basic auth login endpoint (https://apis.server/v2/login) that gives a response like this: { "token":…