-
Seeking Early Adopters for the Enhanced Risk Assessment Framework
Hello Infor Community, We’re thrilled to announce an opportunity for our valued customers to join the Early Adoption Program for our newly enhanced Risk Assessment Framework in Infor GRC. About the Risk Assessment Framework The Risk Assessment Framework is designed to help organizations systematically identify, evaluate,…
-
Final Results: Infor Community Hackathon 2024
The results are in! Congratulations to our winners! 🏆🎊 Click here to see the winning solutions in action or go back and watch our live-streamed Awards Ceremony. Learn More Curious to know how we ran this hackathon? Get the full details here, including the event timeline, judging panel bios, challenge categories, and more.…
-
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.…
-
💡 Inspiration for Project Proposals
Need ideas for your team’s project proposal? We’ve got you covered. See what’s possible over on the Infor Marketplace! These industry-specific apps and extensions showcase how other Infor partners and 3rd-party developers have used the Infor OS Platform to create new and exciting solutions. 🎥 Browse our Innovation Showcase…
-
👥 Start forming teams
REMINDER: Project proposals are due on October 15th. The sooner you find your teammates, the sooner you can start crafting a winning proposal that moves your team to the next stage of the Hackathon. Already know who you’re working with? 🤝 Designate a team leader to create a private group on the community platform. Team…
-
🔍 Still looking for a team?
If you haven't had luck finding a team so far, fill out a team request form. 📝 We'll ask you about your skills, experience, and what you're interested in working on to find your hackathon dream team! Please note: Teams must be 2-5 members in total Solo proposals are not eligible for submission If you'd like us to find a…
-
📅 Hackathon Orientation Meetup - October 7th
Hello Hackathon participants, We're hosting an orientation meetup on October 7th, which is also the final day for Hackathon registrations. This session is designed to provide important information for both registered participants and those still considering joining. 🕒 Event Details: Date: October 7th, 2024 Time: 11AM ET…
-
Welcome to the New Infor OS Platform Community! 👋 Introduce Yourself!
Hello Infor community members! Welcome to our brand new Infor OS Platform Community! 🎉 This is the perfect place for all of us to connect, share experiences, and build valuable professional relationships. We'd love for everyone to introduce themselves. Here's a simple template to get started: Your name and role Company and…
-
Welcome to the Infor Community Hackathon 2024 Forum!
Hello innovators, problem-solvers, and technology enthusiasts! We're thrilled to welcome you to the official discussion forum for the Infor Community Hackathon 2024. This virtual event brings together developers, Infor customers, partners, and innovators from around the world to showcase their skills, learn new…
-
Welcome to the New Community Experience! 👋
Hello developers! We're excited to launch this new community experience. This space is designed for you to connect, learn, collaborate, and grow together. Whether you're just starting with Infor OS Platform or you're an experienced developer looking to dive deeper, this community is here to support your journey. What to…
-
The concatenation function in the Word Plugin does not support special characters.
Hi, I would like to personalize the email that will be sent to the recipient of an M3 print. I have configured all the different elements upstream in M3 and IDM to choose the right email template. All this works correctly. However, in the body of the email, I run into a problem when I want to generate a hypertext link…
-
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…
-
Adding a dynamic image to a form that changes based on a condition
I'm new to Infor Syteline and its designer, and I'm working with the Purchase Order Detail Viewer form (accessible only in design mode). We've added a logo to the PageHeaderFlexLayout, but we need to make it dynamic. We have multiple logos and want to switch between them based on a condition, likely an item number or…
-
Syteline 9.00.01 on Windows 2022
Hello, Has anyone using Syteline 9.00.01 on Windows and SQL 2016, tried upgrading to Windows 2022 with SQL Server 2022 withou any major impact on Syteline version? If anyone tried, would like t know if any impact or problem in doing so Thank you for your help,
-
Error in LN REST interface - Cannot get the metadata via https://<LNBackend>
Hello, I am currently encountering an issue while attempting to make an API call via API Gateway to Infor LN for the purpose of creating an external invoice. Unfortunately, we are receiving an error message (please see the attached fields message for details).We have ensured that the API is activated in the “REST Service…
-
Set up ION workflow to trigger off of an Error BOD
I am trying to set up a workflow that will check for a specific document type appearing in the Error BODs. This document type is not labeled as a Sync document like I see in in some documentation suggesting it has to be. Is there any way to accomplish my goal?
-
How do you do a Post to insert a new CustomerOrder?
I am able to get customer orders: string requestUrl = $"{apiUrl}/load/SLCos?properties=CoNum,CustNum&recordcap=10&filter=CustNum='{custNum}'"; HttpResponseMessage response = await _httpClient.GetAsync(requestUrl); But when I try to Post an update and send the json in the body, I get error because I the ItemNo should be an…
-
Which logicalid do I need to use for ION Messaging Service APIs?
I'm trying to use the ION Messaging Service APIs to send a message, but I get 412 responses with errors of "Application connection point is not in an active state" or "Invalid OAuth keypair for logicalId" depending on what I try. Where do I go from here to get a valid logicalId?
-
EVAL with GetPromptValue not working as a Saved Expression
Is there a reason that an expression like this would work fine if manually put into a number of reports, but not if saved as a global expression and put into the report as a saved expression? [Invoice Date: Sum: Sales <EVAL!GetPromptValue('Reporting Currency','USD')!>] I'm doing this to allow users to choose a reporting…
-
anyway to receive cached token
One of my customers wants to know if he can receive a cached token ? Can you help? What is a cached token ?
-
Placing IDM API Behind API Gateway and Applying Policies
Is there a way to put the IDM API behind an API Gateway? I can see the IDM API in the available list of the API Gateway, but it doesn’t allow applying any policies. Would it be possible to place this API behind a proxy so we can leverage API policies like rate control, throttling, etc.? Also, what should be the target…
-
Post Job Transactions
Hello, So I have been tasked with coding an external application in .NET to close jobs.. I have written an created an IDO to pull in the data I need out of SLJobs and SLJobTrans, however, I need to use .NET to close out jobs. Apparently the method is on the Post Job Transactions Form, however being new to the system, I do…
-
How to ETL from Data Fabric into Azure Databricks
Hi, I am looking for guidance how to build up "ETL" from Data Fabric / Atlas into Azure Databricks. Goal would be to use ION API's from a Python job (Databricks Workflows) to fetch the json data and work our way selecting the correct data to use for reporting from there. Is there (easy to use) documentation on how to…
-
Error in REST API Response "Not valid for property *****"
Hello Team, While doing the testing of Business partner REST API testing, I found that there is character present like "?" in the Tax Number Field and encountered the error Invalid Property Field. Ideally, it is wrong value. Once corrected the Tax number, error gone. Do we have list of such characters which are not…
-
Extract OIS320 data for Customer/Item
I'm looking to extract OIS320 Sales Price data based on a Customer/Item combination. and populate an external SQL database. What's the best approach given 250+ customers and 70,000 SKUs? It only needs to be updated once a week.