Hi, I'm setup follow this guide to convert excel to csv then ingest to data lake https://developer.infor.com/tutorials/data-management/ingest-excel-files-into-the-data-lake I have download and import libary Openyxl files.pythonhosted.org/.../openpyxl-3.1.5-py2.py3-none-any.whl and pandas…
I have a need to weekly purge certain tables, keeping only the last set of documents indexed. Is there an API call to do such a process as I'd like to automate it.
Hi, does anyone have a simple step by step process how we can sync an M3 table into Mongoose using BODs. At the moment we have a datalake setup which then requires stored procedures for transfer the data but this is quite laborius to maintain
I am trying to use the splitter on a simple BOD and am getting a "content not allowed in prolog" error. I have used the splitter successfully on a purchase order BOD, so I'm not sure what the problem is here. The looks like this: <ProcessXYZ><br /> <ApplicationArea> ... </ApplicationArea><br /> <DataArea><br /> <Process>…
I have a workflow which needs to send an email to a list of users. The configuration for the distribution list has already been done with all the users and their emails. The configuration for email usage has also been done. But the email is not sent to all the users in the list all the time. In some cases I have all my…
Hi Is it possible to create one alert for all error bods that has the same original BOD ID? Right now we get 11-15 alerts (we split the original bod) and make an api call for each file, but sometimes this fails and then we want to get 1 alert, not 1 for each api call. Best regards Claes
I have an ION workflow task with custom actions Like Approve and reject, I have a requirement to expose details of a task to 3rd party for reporting purposes. For that, I'm planning to use the ION endpoint. https://mingle-ionapi.inforcloudsuite.com/XXXXXX/IONSERVICES/process/user/v1/task/{taskID} Upon the completion of…
Hello All, We are looking for use cases to link existing IDM documents to ION Workflow Tasks (Alerts). If you have such a use case, please share it with us as we start working on the requirements. Thanks, Danil Klemeshov
I get this response in my API FLOW: {"prod":["ABC","XYZ"],"seqno":[1,2],"price":[61.7047,56.1235]} Is there a way to have this format instead: { "seqno": 1, "prod": "ABC", "price": 61.7047, }, { "seqno": 2, "prod": "XYZ", "price": 56.1235, }
Hi, I'm trying to use the LNMessage BOD to send custom information from LN CE to ION for alerts and workflows, but I ran into some issues triggering the BOD with the current documentation. Did anyone could actually publish this BOD from an extension of a table or a session in LN CE to ION? If so, can you please share your…
It looks like you're new here. Sign in or register to get started.