-
How to configure ION email notifications to send subject and content in Spanish instead of English?
I am working on an IEC development that generates an output XSD, which is consumed by an ION Workflow to trigger email notifications. Currently, the email subject and content are sent in English. The requirement is to send them in Spanish, and in the future, extend the setup to support multiple languages. Could anyone…
-
How to trigger an ION workflow when IDM generates an XML for M3 MEC integration?
My use case is the following: When a user prints a document in IDM, it generates an XML file. I want ION to detect that new XML and trigger a workflow to send it to the M3 MEC module for processing under an MEC agreement. My questions: Can IDM be configured to push the XML to ION on print? Which ION event or connector can…
-
USING IPS REST API'S
Hi All Has anybody used the IPS Rest API's to post costs to a work order? We want to use the following endpoint but are not sure about the payload to send: /IPS/rest/api/workmanagement/workorders/{workorder}/costs thanks Kym
-
ION Anysql query output to local shared drive and scheduled?
I have a client that has created a AnySQL (Datalake) query workflow that queries a few tables and creates a view of that data. I know you can export to csv manually, be we would like to automate the process to run daily. I see that you can create a file connector, however, I have only seen it created for an SFTP location.…
-
Failed to call API in ION workflow on prem
I got this error message while trying to select the product/API in ION workflow on prem, the used service account has all the security roles. what is the security roles which responsible about this? or how to solve this problem?
-
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)…
-
Return Workflow output parameters via ION API
I have built a Workflow that makes a bunch of API calls to other applications and saves the results in output parameters. Now I need to somehow read the values of those parameters after executing the Workflow. My original idea was to execute it by calling the IONSERVICES/process/application/v1/workflow/start API from a…
-
ION Workflow Task creation.
I am struggling with the creation of a task involving parameter distribution. Specifically, is there a straightforward answer regarding which parameter of IFS I need to use? In our case, IFS ION-Person ID and LN User are the same, but I'm unsure which of these parameters to use for the parameter distribution of an ION…
-
Error with multiple calls using the same account
This issue is for a SyteLine 9 ERP using IDO service. My issue is that while an IDO call is being processed, and I make another call with a new connection using the same account, I get a "MGException exception processing 'LoadCollection' request: Your session has been deleted. You must close your session and log on again…
-
Is it possible to trigger a ION workflow from M3CE ?
We would like to trigger from manual action (button/shortcut) an ION Worklow Is there tandard way to do it? Or do I need customization?
-
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…
-
Retrieving Task Details via API Without Being on the Distribution List
I want to be able to view the details of a Task—such as Parameters and Notes—using the API. The endpoint /IONSERVICES/process/user/v1/task/{id} works well, but it requires that I be either in the Distribution List or the Assignee, which I’m not. I receive the following error: Code:NOT_PART_OF_DISTRIBUTION,…
-
How can we create and deploy a custom BOD in CSI (SaaS MT) or ION?
We are working in a multi-tenant CSI SaaS MT environment and need to create and deploy a custom Business Object Document (BOD) to exchange specific business data between CSI and an external system. Could you please clarify: What is the recommended procedure to define and generate a custom BOD (e.g., starting from IDO or…
-
Scheduled Workflow - Loop Data
Hello, I am on Infor LTR. I have a workflow that runs to assign tasks and update values in IDM. However, I would like to run this workflow on a schedule based on data retrieved through an API call to IDM where a certain field is missing. How can I "loop" through items returned in an API call in a workflow and use this data…
-
Sending Internal Email On Customer Order Header Status Update
I am working to update or create an event handler in one of my sites to email one of our users whenever a customer order header record has its status updated from Planned or Stopped to Released. The email doesn't need to have anything beyond a generic message about the CO status getting updated and the CO number itself.…