-
🚀 The Infor OS Platform April 2025 Release Guide is Here!
Explore what's new in the latest update, from enhanced automation capabilities to improved user experiences and behind-the-scenes performance boosts. Check out the full release notes: 👉 Developer Guide to the Infor OS Platform April 2025 Release Questions about the updates? Let us know in the comments!Â
-
🚀 Welcome to A Space for Open Conversations and Ideas! 💡
Hey there, Infor Developer Community Members! Looking for a place to talk about more than just a single Infor product? You’ve found it! 🎉 This forum is your go-to space for discussions that cross product lines, combine business challenges with tech solutions, or even touch on non-technical topics! What’s this forum all…
-
Infor Positioned, for the Fourth Consecutive Time, as a Leader in the 2024 Gartner Magic Quadrant
Infor recognized for completeness of vision and ability to execute NEW YORK – November 14, 2024 – Infor®, the industry cloud company, today announced that Gartner® Inc. has positioned Infor, for the fourth consecutive time, as a Leader in the 2024 Gartner Magic Quadrant for Cloud ERP for Product-Centric Enterprises.…
-
Api Transform
I created a dataflow from file to Api , bod is process.productionorder and API is standard rest Api "LN/lnapi/odata/tiapi.sfcProductionOrder/Orders(Order='{Order}')/tiapi.sfcProductionOrder.RegisterOrderQuantities" to trasform xml to json in body i used mapping i used IonApiRef with path, the issue is this value is decimal…
-
in-context (M3) custom mapping
Greetings to all, Looking at in-context for application H5 M3, i have added a mapping between field CONA and entity MyCustEntityMaster (MNS035MI). After a quick refresh, the JSON message is properly updated if my current context is MWS410/E ... ...but it's not working on the B panel (despite the fact that field OQCONA…
-
LN CE Company Removal
During our implementation of the LN Cloudsuite, the Infor implementation team created several different sets of financial/logistical companies to facilitate data migration tests, CRPs, and other implementation necessities. We have been live for a few years and no longer need these extra companies. We could simply leave…
-
How to put code snippets in Community comments
Because I wasn't able to find this easily on my own... PSA if you want to post code like this: while (alive) { eat(); sleep(); code(); repeat(); } Then you have to know this: Click the white circle with ¶ Click the “ symbol option Click Code Block
-
Best Approach to Trigger ION Workflow from Custom Mongoose App?
Hey everyone, I’m working on a custom Mongoose-based application and need to trigger an ION Workflow when a certain condition is met (e.g., a status change or user action). I’m aware of event mechanisms and document flows, but I’m not clear on the cleanest way to invoke a workflow from a Mongoose form. Should I use IDO…
-
Exporting Data from M3 to Folder in server
Is it possible to write a file from M3 Application to a folder on an server (SFTP Server). I am trying to make it work through a data flow where I have the application component and a file component which uses the SFTP Connection point but to no success so far. Any advice please. Thank you
-
Using RequestAccessToken SubProcess
Has anyone used subprocess RequestAccessToken and can pass along any suggestions? It looks like there is some setup needed.
-
How can we get attachment type and attachment ID's which are uploaded in Ming.le Tasks?
I was trying to check the attachments of a particular task using task ID, I have found the API but not able to find input parameter, Can some one please help with documentation or proposed solution? I am trying to use this API -> /IONAttachment/{ionAttachmentType}/{taskItemId}/attachments
-
Passing Parameters in Excel to ISD
Hello Everyone, We are in the process of upgrading from Lawson 10 to FSM. We are trying to convert Lawson Add Ins to ISD, if people are familiar with the old Lawson Add Ins, we could use VBA to pass parameters to Lawson Add Ins on queries. However, we are unfamiliar with ISD and wondered if there was a module in VBA so…
-
Update CSI from Factory Track
Does anyone have a working example of writing data from Factory Track back to CSI (cloud)? I've followed the shipment tracking example in the "Infor Factory Track CSI Extensibility Guide" (publication date January 13, 2023), but I can't seem to make things work. I looked in the old forums and found references to needing to…