-
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…
-
Looking for help on better filtering capabilities for session extension calculated fields
Hi Infor customers and team, we just put in an Enhancement Request - 127892 for the following issue we have run into often, as in 4x in the past 2 weeks. Has anyone else run into this when doing LN development? Has anyone found a workaround? If not, looking for endorsements for the enhancement so that we can see some…
-
Ability to extend Standard Batch program using XtendM3
I have a requirement to modify the Standard M3 Batch Program PMS005 which automates MO creation from planned MO via XtendM3. I found the below capabilities from XtendM3 portal, However I don't see an option in my tenant. Any help is appreciated. How can I enable this?
-
Senior Infor LN Developer – Long-term Remote Freelance Assignment | German-speaking
Hello Everyone, I am supporting a confidential, long-term remote assignment for a highly experienced Senior Infor LN Developer in an international manufacturing environment. Key details: • Freelance / B2B cooperation • Fully remote • Flexible workload: approximately 2 days per week up to full-time • Long-term assignment •…
-
How to add a H5 SDK app to M3 Menu (left hand side)
Hello! I have an SDK app and I need to add it to the M3 menu on the left-hand side. Applications created in Experience Designer have a short application name, which allows them to be added using MNS110. However, I’m not sure how to achieve the same for SDK apps. Thanks in advance for your help.
-
Field input validation in Experience Designer
Has anyone been able so far to find a way to create semi-functional field validation in EDA? The main issue is that in some cases, some fields may be used with user input that may or may not be a valid value in M3. Because there is currently no way to display no results or errors from GET and LIST APIs as a message (like a…
-
User Details in Extension Class Context
Hello - Is it possible to retrieve the current user name in the context of an IDO Extension Class?
-
How to hide code from LN Ext ?
Hello yall, I want to know if there's an option to hide code / script from Infor LN Extensions, For example if you have an ext component txzzz2100m000 which does something developed in LN Studio. So, I don't want the script shows in cloud when: Execution (debugger or something) Infor LN Studio (edit the component)
-
What is the best approach or tool to back fill new cdf fields in LN?
I've created two new CDF fields that are normally populated by events triggered when a new table record is created. Following deployment, these fields need to be backfilled for records that already exist. What is the best approach or tool for doing this? If this weren’t LN, I would normally use a SQL cursor to handle this.
-
IDO Extension Class Assemblies
Hello Team, How to modifiy exsting IDO Extension Class Assemblies , any steps or video tutorial avialble anywere? appreciate for your help
-
Mforms Automation on PDS081
Hello everyone, I’m working on an MForms automation to update the Operation Gauge in PDS081 using an H5 script. I’ve attached the steps followed for the update process along with the H5 script used for implementation. After executing the script, I can see the XML being generated successfully; however, the Operation Gauge…
-
Secondary collection reverts to the original on Extended form
Hello, I've extended a form (RequestTimeOff.ess) and its IDO (secondary collection 28). I replaced the base IDO and I'm able to get my custom property in the grid. But I have an extgen of the CLM. So when I try to rename / replace the secondary collection by the extended one, it reverts to the base one and doesn't accept…
-
Help Improve Infor LN Cloud Debug Workbench — Endorse These Requests
I have submitted two enhancement requests aimed at making the Cloud Debug Workbench more powerful and developer-friendly. Enhancement Request - 122160 Provide a Command Window for Immediate Debugging We need the ability to issue ad-hoc commands during a paused debug session—just like in Eclipse or LN Studio. This would…
-
Create and Add Value on Text Filed.
I created a field that is a text field data type, and I want to add a value to the field. How do I write the code in the script? p.s. I create the field on report extension. thank you.
-
Adjust Enum Values in the Cloud (Extensibility)
Hi Since we are not happy with the current Customer Ratings Enum Values (tccom110.rtng / Domain: tccom.rtng), a general question: Is it possible to adjust such enum values via extensibility also in LN CE? On OnPrem I will simple copy this domain into my custom VRC and then rebuild the values … is something like this also…