-
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":…
-
Invalid Process Workflow BOD; The length of String is greater than max. allowed: 4000 characters
Hi All, Hoping to get some votes on this ERS if you've run into this issue. Apparently, it is by design and Development currently has no plans to fix. I would think that an Enterprise integration tool would not have this limitation. For now, I'm faced with truncating data that doesn't give the full scope of our business…
-
Usage of Replicate Dataset From Timestamp in API call
Hi, Could anyone please explain the purpose of ReplicateDataset from Timestamp ION API call? Thanks, Thiru
-
Is it possible to update Employee_UpdateStamp.TimeStamp when you update a custom added field to Emp
i added a field to the employee business class and when we change the field there is no update to the Employee_UpdateStamp.TimeStamp. Is it possible to have a configuration code written within the LPL for the custom persistent field to invoke or update this timestamp? we are trying to key off the Replicate Dataset - FROM…
-
Send data via ION API POST in Mongoose Formscript
Hi, I am in MT Cloud environment, and I am trying to get POST ION API to work. I have this function: But it ends with this error: When I testing it in Postman, it is working fine. Also when I test it in .NET application outside Infor MT Cloud, it is also working fine. But in Mongoose FormScript I am getting this error…
-
How to do IDM configuration in CSI (cloud)
Hi All, How to do IDM configuration in CSI (cloud)?
-
FedEx API Label Integration
Has anyone integrated with FedEx? We were able to print a sample label from their sandbox but they were the wrong specs. I've tried to update the specs in the script but nothing has worked so far. We have a 3rd party helping us but it's taking quite some time to move from this point.
-
Custom assembly tutorial
Hi, please is there any Custom assembly tutorial for using in MT Cloud environment? I found only this video: https://youtu.be/wwkxZoKxb30?si=MeTehVwf8qVbUwuZ But it seems quite old, and when I try to go according to this video, I failed just in start, because I am missing these dll files: What can I get when I downloaded…