-
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)…
-
Get Data from ION Database connector based on event
We have a requirement to retrieve data from a database based on an incoming document in an ION Data Flow. However, the current database connector only supports scheduled data retrieval. I recall that this option was available in the on-prem version. I’m bit hesitant to use a schedule, as I need this to run in an…
-
Subscribing to External Event Hub
Hi everyone, I'm working on a use case where I need to subscribe to an external system's event hub using Infor ION. The external platform exposes an Event API, which follows a publish-subscribe model — it allows consumers to register as subscribers, define a callback URL, and receive event payloads (such as product…
-
Drop a file into Business Engine files using ION with CFT/IEC installed
Hi, We are trying to design a cloud flow where we wanted to publish a file to M3 Business Engine files via ION with out having CFT installed in any of the on-prem systems Regards, Syam
-
Need to write custom name file in connection point from CSV output
I have a data flow generated CSV file and send it to file connection point, I need to pass one of the CSV file values and assign it as file name.
-
Upload Document with ION and Infor Document Management but get xml.etree.ElementTree.Element' ob
Hi I have follow Infor video to setup data flow to upload file to IDM via ION. But I get error xml.etree.ElementTree.Element' object has no attribute 'getiterator' in the scritp. Infor vide: https://www.youtube.com/watch?v=2AbW8uVp5Kk My data…
-
What version and source of pandas and openpyxl m ION Script convert xlsx to csv
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…
-
Is there an API call to Atlas to purge by indexed date?
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.
-
Using ION BODs to sync M3 tables to Mongoose
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
-
Splitter giving "Content not allowed in prolog" error
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>…
-
API FLOWS response: {"prod":["ABC","XYZ"],"seqno":[1,2],"price":[61.7047,56.1235]}
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, }
-
Issues triggering LNMessage BOD from extension
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…
-
locale selection was mistakenly set to enUS instead of en_US in data lake.
Hello everyone, We're using LN Analytics in a multi-tenant environment and have transferred data from LN to Data Lake. However, we've noticed that the description column in the taxonomy table is empty in compass. Upon investigation, it seems that the locale selection was mistakenly set to enUS instead of en_US. I've…
-
API FLOWS Convert Format Date.
Hi api flows can use convert fornat from 2024-01-20T14:20:00Z to 2024-01-20 can it be done?
-
Document Flow Routing by Verb
Hi, I was doing some exercises with document flows and I'm curious if it's possible to route a document based on the BOD's verb. Let me give you an example: I have an SFTP that send both Sync and Process BODs for ItemMaster, but one of the target activities requires a SyncItemMaster, while the other must work with a…