-
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…
-
Report Designer - suppress section when value is a null
In the LN Report Designer I would like to suppress printing a report section if a value in the section is null. What code should I enter in the print condition?
-
ION Gateway Cookie Management
Hey, Upon authentication, our partner provides cookies that are essential for subsequent interactions to their API. Previously, these cookies were automatically managed via the cookie jar within the http.post() method prior to converting to ION Gateway endpoints. With the recent switch to ION Gateway, cookies don't seem to…
-
TUG Connects 365 Infor Webinar - Unlock Smarter, Faster Shipping with CloudLeap
Date & Time Jul 22, 2025 02:00 PM EST Join Now: https://us02web.zoom.us/webinar/register/WN_DrbOVsXYSF2xwhwUjjfNHg#/registration Discover how CloudLeap’s Piyovi, seamlessly integrated with Infor, is transforming shipping operations for businesses across the globe. Learn how you can significantly increase operational…
-
SecurityClass Restrict All Except Few Fields
Hello, We are creating a security class to restrict access to the entire item master except for a few fields. We have successfully made a class that restricts all fields, but are having issues restricting all except a few. We want to allow the Charge Number, HCPCS, and Clinical System Use fields for our contracting team to…
-
Is it possible to define a path from a folder in LN as a connection point path in ION?
I'm creating a data flow in which I want to define file retrieval from a specific folder configured in the "ttfmafileman" session in LN. The retrieved file is then processed using an ION Script and sent back to LN via a BOD. I'm not having issues with the final step of the process, but I'm wondering whether there's a way…
-
On-premises LN 10.7 AFS is deprecated?
We are using on-premises LN 10.7, as of now we are using AFS to automate some processes. Some are saying that AFS is deprecated. Is it? and if so, is there any alternative to automate the session processes in LN 10.7 on-premises.
-
Help regarding CPS (Composite Sessions) script.
Can anyone help me how to link the CPS sessions, like selecting one record in one session and next to it the details will be populated and if unselected then details should be hide.
-
Update CDF in tccom100 after saving and BOD export
Hello Community, I addred two fields to tccom100, one text field for a password, the other one is a checkbox to regenerate the password if I check the field an save the record. If I check the password reset field I export the record through the BOD export where I need the password reset field value=1 to start an external…
-
DLL Functions for REST APIs
Has anyone been able to use DLL Functions for REST APIs? For example for the Entity Types' Updatable, Insertable, and Deletable Actions, the Actions, or the Functions. The 'OData REST API Development' (https://docs.infor.com/ln/latest/en-us/lnesolh/default.html?helpcontent=lnodatrestapiug/cover.html ) documentation does…
-
Custom BOD - How to use BOD.publish interface
Hello, I have developed a custom BOD in LN CE (MT) and am trying to publish it through the BOD.publish function, but it is not publishing. Here is my code. Your help would be greatly appreciated. My ret value is 0 but i am not getting this BOD in oneview. ret = BOD.Publish( "AdvanceBODBOD", "txacp200", "Add", 2, "",…
-
LN Report Personalization - Custom Sorting of Data in a Detail-type layout
Hello Everyone, I would like to know if it possible to change the order of the printed data in a personalized report. Here is the current scenario: I would like to sort the data in a Detail-type layout of the report by choosing one of the input fields I placed in this Detail layout. 1. At first I tried the custom process…
-
Can we restrict the publishing of standard sync.purchaseOrder BOD?
In my case each time I Process a Purchase Order step, the standard Sync.PO Bod is getting published. I found there are no changes in BOD structures and Tag Values.
-
How to Enable Extensions for Custom BODs in Infor LN
I’m working on enabling extensions for custom BODs in LN, and according to the developer guide, the BOD must include a UserArea to support extensibility. Could anyone clarify: How exactly should the UserArea be added? Should it be defined as a separate element within the BOD schema? Are there any best practices or examples…
-
How to make and design reports in LN-Cloud?
Hello Everyone, Recently I started my fist Developments in the LN-Cloud, but when i came to reports, i encountered some problems. I can't modify the Layouts in LN-Studio. When i try to open all/ a specific layout, i get an error message: "'external editor 'Report Layout Editor' (txxxx999)' has encountered a problem. Action…