-
Using User/custom Navigation in a User action linkback to display a form
I am trying to use a custom navigation in a custom user action (Instance action). I am getting an "Invalid navigation" error. I am not getting this error when I use a delivered action. I tried BusinessClass.Nav, still getting the same error. Can you suggest how to bypass this issue? @andrew-lipetzky
-
Can a field be removed from the context of the save button?
Hello, A few months ago, a contractor added a field and button to the header section of the business class PurchaseOrder. When I'm viewing a purchase order, I can enter another PO number into that field, click the button and it'll take me to the new purchase order. After the April Feature Release, adding anything into the…
-
New Replication Set overview/whitepaper posted
Infor recently added "New! Attachment: Landmark_Replication_Overview_04302025.pdf" to Technology Platform - Infor Landmark Technology Runtime - Multi-Tenant Welcome Package in the Replication Sets section. The document aims to give a broad overview of replication set concepts, capabilities and terminology. This is similar…
-
UserField with States
We currently have a user field that has been used for several years. I am needing to "hide" one of the states so it is no longer used but want to keep any history of when it was chosen in the past. Concerned if I would remove the state, it would cause issues on Employees who have that as a value in the field when updating…
-
LPL Bug After April 2025 Release
Is anyone else running into an issue after the April 2025 update where a quotation mark has been "randomly" removed from lines of LPL across User Business Classes, Fields, Forms, Lists, etc.. resulting in errors like this on the front end? I am seeing this in all of our environments...on the user business classes it's an…
-
How to fetch the total value from the list
Hi, I have defined an Amount field on a list along with allow update & total. So here I am getting total amount for n number of lines. here this total fetch the summation of all lines. Now I need that total value of amount to be used elsewhere. Any idea on how this can be achieved?
-
Default print options
Is anyone aware of a way to default Print Options in Landmark/LPL under the Print To PDF > Content? Right now the default option is "Current List Only", however, my users would like to default this to "Current List With Details".
-
LPL Error message = Must Reference a Mutable Field
Hi, Does anyone know what this error message means for the following line in LPL? ShippingNotes = GCSHShipToLocation Error message = Must Reference a mutable field. ShippingNotes is a text field in the PO business class. GCSHShipToLocation is a custom derived text field in the PO business class. Why doesn't this work?…
-
We need security on a User Field that will allow Update by several Roles and Display Only by all oth
I've been searching the Community for a while and can't find exactly what I'm looking for. We can restrict at the Form level, but I know a Personalization can override this restriction, so it needs to be a Security Class. For my example: * We have a User Field on the Employee Business Class called "MyPetsName" * We need to…
-
What is something fun, creative, or crazy you've accomplished with LPL?
What is something fun, creative, or crazy you've accomplished with LPL? Maybe we can all get each other's creative juices flowing by sharing war stories, tips/tricks, etc. I'll go first in a moment in a reply to myself...
-
LPL Syntax to identify multi-tenant environment type user is working in?
Does LPL exist that can be used in conditions to identify the environment a user is working in (e.g. production, trn, dev, etc.)?
-
View/Export All List Records From Related Pane List
This is delivered LPL from a Page in the Generalist Web App. When the user selects an Organization Unit from the list in pane 1, the list in pane 2 updates to display all staff assigned to the selected org unit. The list in pane 1 is multi-select however the list in pane 2 will only display the data from 1 selected…
-
Any way to adjust the hours field to only display the amount only to 2 decimal places?
Does anyone know how to change the decimal size of a value in this field to only two places? This field is specified in a list and so far, I've tried "display as 2 decimals" but it is not reflecting to the decimal value intended. I've also tried to play around personalizations of the list, but don't really see anything…
-
Menu Item Link to WebApp CHP
We are using CHP and want to create an embedded menu item that links to the webapp's Configurable Home Page without opening a new tab. It should work like the webapp icon when you click it. What do we need to do to achieve that functionality? Right now we have an external link which works, but it opens the CHP in another…
-
List Panel on CompositeForm Not Displaying
I have a CompositeForm with multiple form and list panels. I want one of the lists to display if the user selects "Yes" on a specific form field and have a visibility condition on the CompositeForm List Panel for this. I cannot get the list to display, unless the user saves and refreshes their browser. Saving or "save on…