Hi all! Does anyone have experience in creating and using BDE on an Infor LN in cloud environment?
Hi! Is it possible to call Factory Track api calls from an external application? For example the "IFTStdLocationTransfer". Sample call in FT: <?xml version="1.0" encoding=''UTF-8'' ?><soapenv:Envelope xmlns:soapenv=''http://schemas.xmlsoap.org/soap/envelope/''…
We are looking to set up a Hire (transfer, etc.) API with our new ATS vendor and have not found any existing API documentation for this type of connection. We are looking for anyone that has a current API existing with a third-party recruiting vendor that would be willing to connect to answer a few questions.
Hello Infor Community, I’m reaching out for assistance with a Python script I’m developing to fetch data from the Infor OS ION API. The script is intended to retrieve Quote and OrderLine records for the ZOELLERPUMP_TST tenant and save them into Delta tables in Microsoft Fabric. While the script successfully fetches Quote…
One of my customer needs to call my sxapioegetsingleorderv3 api. What is the best way to remove some lines ? Exemple: I want to remove these: { "fieldName": "linelevel-user1", "fieldValue": "", "seqNo": 1 }, { "fieldName": "linelevel-user2", "fieldValue": "", "seqNo": 1 }, { "fieldName": "linelevel-user3", "fieldValue":…
In the OS API gateway we tried to connect to a new 3rd party REST API. The methods available in Infor OS to get an API token do not seem to apply to this specific REST API. As a result we could couldn't get a OAuth 2.0 token. We lack the information for resource owner. We only have user & pw Client Credentials. The API…
Hi Team, My Client is currently on Single Tenant Infor LN Cloud and moving to Multi-Tenant Infor LN Cloud. There are 3rd party integrations available in the Single Tenant Version. Are there any restrictions in the public multi-tenant Infor LN to consume 3rd party webservice integrations. Apologies for the naive query. My…
We have a supplier who uses the following authentication method, within the REST(JSON) framework: 1.) A Login function which requires a username and password. 2.) This then returns a bearer token which lasts an hour. 3.) The system also provided a refresh token which is active for 24hr and can be used to provide a new…
Situation I have been able to access the api's via Postman. However, when using the Requests package, I am getting a 403 error. I suspect my syntax is incorrect. Code Used # Get an access token token_url = pu +ot token data= { "grant_type": "password", "username": saak, "password":sask }…
Hello, I'm looking for some documentation about LN REST Interface For example in this API "LN/lnapi/odata/tdapi.slsSalesOrder/CreateOrder" I would like to know the relation field between request body API and table field. I want to know what is the target? something like that { "Orderseries" : "10" → tdsls400.orno } I hope…
It looks like you're new here. Sign in or register to get started.