-
Report Output Files | Any Way for an Admin to View or Change Permissions?
Environment is Syteline Cloud MT According to KB3698706 the report output files form is permanently filtered for the current user and even if the filter is removed, there is "file-level security enforcing per-user isolation." That being said, has anyone found a method for an admin to modify the permissions or view these…
-
Calling Javascript function directly from FormScript
Hi, I am in multi tenant cloud environment. And I am trying to find a way for calling Javascript function directly from FromScript. I have defined User Control Component with this code: <!DOCTYPE html> <html> <head> <!-- Must set compatibility to IE9 or greater --> <meta http-equiv="X-UA-Compatible" content="IE=9"> <!--…
-
Immediate processing ShowMessage in FormScript Loop
Hi, I am in Multi-tenant Cloud environment, and I am trying to resolve this issue. In FormScript I am going thru my Ledger Lines list, and I want to filter this list according to data which I get from SUN API Chart of Accounts. When I found, that some Account has Allocation in Progress in CoA, I want that line deleted from…
-
How to Clear Form Cache in Factory Track App - Old Form Loading
Environment: Factory Track Cloud MT Version 2026.04.04.6 (latest) I've designed a custom form and it's available in the Factory Track app. The problem is, if I make changes to the form, the Factory Track app still loads an old version. What I've tried: Refresh Farm Metadata Clear Factory Track App Cache (from Android app…
-
SoHo Lookup component
Hi, I’m dealing with a problem involving a large amount of data in a DropList component. I have a DropList component where I display a list of accounts from Sun Systems. I retrieve this list using a query via the ION API. However, the client has a huge number of accounts in Sun, and the ION API is very slow, so displaying…
-
User Details in Extension Class Context
Hello - Is it possible to retrieve the current user name in the context of an IDO Extension Class?
-
Totals in Reports
Hi, I have Report which looks like this. I am able to add Totals to the Report, but only Totals for whole Report, how can I add Totals for each section according to Paying Bank Account Number? Thanks.
-
Passed parameter between Forms contains comma
Hi, in my app I am passing parameters between two Forms: And one of these parameter contains comma in its value, like this: TX57263376100XT batch 942, KI And it is cause this error, when second Form is called: It seems, that internally, these parameters are separates by comma, and it is caused this issue. Because when I…
-
Totals in Report
Hi, I am struggling with adding Totals to my Report Form. I need Totals for Base Amount column, and for Other Amount Column. I try to setup these Total values like this: But on Report I am receiving this error: So how can I add Totals to my Report Form? Thanks.
-
Possible of catching event when user hit close button
Hi, please is there any possibility, how to react to situation, when user close my Mongoose application with top closing button? Is any event triggered, on which I can react in my app, before final closing?
-
SyteLine Sessions prematurely revoked
Here at Smalley we are having trouble with sessions being deleted prematurely. Anyone else out there experience this issue? Thanks, Rob
-
Q and A Part 1: Introduction to Mongoose Webinar January 2026
For those of you who couldn't attend or want to view the webinar again @ then end there is a link to the YT video. Q: How can I access the communities? A: By clicking this link! https://community.infor.com/categories/developer Q: You said the Q&A will be posted somewhere after the session? A: Yes. It'll take us a few days…
-
Q and A Part 2: Introduction to Mongoose Webinar January 2026
For those of you who couldn't attend or want to view the webinar again @ then end there is a link to the YT video . Q: You mentioned that the monthly update won't affect the extensions, but a Factory Track form modification can be completely ruin and need to align to the latest version A: There are best practices to…
-
Unable to Edit Custom factory track form "Direct Entry"
Hej! I’m trying to add custom print label functionality to the Factory Track – Direct Entry form.I copied the original Direct Entry form into a custom version and confirmed that all existing functionality works correctly. However, I’m running into issues when trying to modify the layout: The form layout appears to be…
-
Thousands separator in edit field
Hi, I need to display thousands separator in edit fields. As you can see on screenshot, in blue rectangle I have thousands separator by default - this field is connected to IDO property. But in red rectangle thousands separator is missing. This field is connected to Form Variable. How can I get thousands separator to this?…