-
Welcome to the Mongoose Forum!
Hello and welcome to the official Mongoose forum, a part of the Infor OS Platform community. We're excited to have you here and look forward to fostering a collaborative environment where users can share knowledge, ask questions, and explore the capabilities of Mongoose. 🚀 About This Forum 📌 This forum is dedicated to…
-
Deployment process and Form Control multiple selection
Hi, I am for the first time deploying my Mongoose application on other tenant, and I am not sure, if I am doing whole deployment process correctly. First I am creating my deployment zip package via Deployment form Then on other tenant I am also going via Deployment form, in Deploy Applet section And finally I have to Check…
-
Disable Region on Last Page on Mongoose Report
Hello, We have a report with a PageFooter which contains information that must appear on all pages, except the last one of the report. How can I do it? I tried comparing the BG_CURPAGE and BG_TOTALPAGES but bringing in the variables I noticed that they are not loaded at runtime, it seems to handle them internally. Is there…
-
Is it possible to have Grid totals?
Is it possible to have totals at the bottom or top of a grid? For example, a grid has an amount field. I want to see the total amount for all of the rows on the grid. Another tool I use calls this aggregates. I don't see a way to do this with the grid. Am I missing something? If there isn't an out-of-the-box way to get…
-
How to set dynamic value while create IDO from ION API Wizard?
Hi Infor Community Team, How can I set the filter query parameter in Mongoose to filter records from a specific Mongoose From value before applying additional conditions? For example, if I want to filter items where category is Electronics before applying further filtering on price, how should I format the filter?
-
How can I Activate/Validate a FileServer from custom assembly
I have an app that updates all of our FileServers to point to a test server path for all of the configs for a given environment. The problem is that I got to the point where it was updating, then after looking into the FileServers form, it uses Application.FileServer instead of an IDO method to do this. So, after pouring…
-
BarTender - how to do label printing from the cloud?
Hello, In Syteline V9 on-prem we have (or “used to have”) BarTender software, that communicates with the Label Printers. In Syteline, when users wanted to print labels, we use to insert data into a SQL Server Table, and BarTender was monitoring and reading data from this table. As soon as there is a new record in this…
-
Using ZXing in custom IDO
Hello All, my task in mongoose is retrive text from QR Code by ZXing library on form i use Application.ShowOpenFileDialog(FileName, "Open File"… and after this in FileName i have path like "MEM:\Users\WSWebClient\AppData\Local\Temp{3F549… next i call my custom IDO where i can use ZXing library for retrieveing text from QR…
-
Designer tab opens without “Identify Your Editing Scope” dialog in HelloWorld tutorial
Hi everyone, I’m currently learning Mongoose using the HelloWorld tutorial and the YouTube lessons. However, I’ve encountered an issue right at the beginning: when I click the button to open the designer in a new tab, the "Identify Your Editing Scope" dialog does not appear. The tab opens, but there’s no "New" button or…
-
Where to get IDOCore.dll and IDOBase.dll libraries
I need to create custom assembly, but for this i need IDOCore.dll and IDOBase.dll libraries. where Can i download it? or my be some body can send it to me. Thenk you!
-
How to automatically extract and sync data from SunSystems into IDOs in Infor Mongoose?
Hi everyone, I’d like to ask about the best practice to automatically extract and keep data updated from SunSystems into IDOs in Infor Mongoose. Specifically: How can I set up IDOs so that they reflect new or updated data from SunSystems in real-time or on a scheduled basis? Are there any existing connectors, replication…