Best Of
-
Does anyone have an existing API with a third party Talent Acquisition ATS into HCM?
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 curren…1 -
Re: Assistance Needed: Script Fetches Quote Data but Fails for OrderLine in Infor OS ION API
Without a token the rest is not relevant so lets get a token in postman. You could also get a bearer token in API gateway in the Suite. You should have a CPQ suite as that is how you will get to the …1 -
Mongoose Hello World Tutorial - SignIn region not displayed - Bug and fix.
Hi, As a Mongoose beginner, I got stuck for hours in the Hello World Tutorial, trying to find what I could have been doing wrong. Eventually I found it was a slight bug in the doc. I thought I would …2 -
Re: Is there a method to upload Document Types?
There is a feature to export/import an XML file in the admin area in the cloud version. Does this exist in the on prem version? I would think either way, you just need to create a file in that import…2 -
Re: ION Desk and CSD - process.supplierinvoice - Missing GL Account #
If this is an expense invoice, you can put the G/L info in SupplierInvoice/SupplierInvoiceHeader/UserArea. From Infor BOD doc, Property/NameValue = character - loads into apeig.amount Property/NameVa…1 -
Re: Is there a good way to add/subtract quarters from the current date?
Dan, Hopefully, you created your expression as a Custom Attribute associated with Time. Below, I'm sharing Custom Attributes for various levels in the Time hierarchy in case anyone finds them useful.…2 -
Re: Identify the BIRST Spaces that use the SQL query
There is no central managing UI in Birst to display what you are asking. If you are comfortable writing code using web services, you can review our REST API (https://customerportal.infor.com/csmcore?…1 -
Re: Need help connection to 3rd Party data source
With this help we were able to connect to the API and get data into the data lake. Thanks again.1 -
Re: How can I check if something is not a number
Yes. Now, 'test' is a string, so not a number. Then, ISNAN('test') should return True. However, it returns False.1 -
Re: Sending file to an Azure Blob Storage
David - Could you just use the Azure Blob REST API's? If not, I would look into using sFTP from Cloud to the Azure storage. https://learn.microsoft.com/en-us/rest/api/storageservices/blob-service-res…1