I created a User Create Action on a user business class to create a copy of a selected record with the exception of a few fields. I have 2 parameters defined for the action "HROrganization" and the keyfield of the user business class "AIRJobRequisitions".HROrganization is required as a parameter because it is context for…
In the GeneralLedgerTransaction business class we have a field called update stamp which in LPL pulls back the correct date and time on the GeneralLedgerTransactionList only using update stamp, which looks like this. 7/25/2024 6:03:51 PM However, I am trying to use this same field or update stamp.timestamp in IPA and I get…
Does anyone have an Entity Relationship Diagram (ERD) for Infor FSM business classes? I usually check business class relationships by reviewing business class, relation, and key field definitions, but it would be nice to have an ERD for our data warehouse team that doesn't work directly with Infor, but still needs to…
I have a list report with a header row, x number of columns/fields returning instance counts , and a single row of data. Is there anyway to transpose the data using LPL in web or the Excel export so that I have two columns and x number of rows?
I've been asked to create a report that is set to "show totals only", but the user would like to be able to drill down to see details if desired. The report is based on "Vendor Payment History" and with show totals only on is formatted like this: With details showing the user has issues seeing all the data that they need…
We are on Cloud Multi-Tenant HR Talent and have some User-Created persistent fields on the EmployeeGoal business class that the repository has been invalidating with the error "Duplicate field exists". When this happens it causes a cascade of derived fields, relations, lists, forms, actions, etc. invalidating because they…
I have a list with Summary Total Fields. The summary total fields display properly in the WebUI of GHR however when I export the list to CSV it exports the totals row without the calculations. This happens with the default "Export to CSV" option and "export to csv" as a called out action. Am I missing something?
I have a relation (xRel) and a derived field (DerivedxRelCount) that is returning an instance count of leave requests in our system that will expire within the next 31 days. The instance count does a good job as a flag to identify which individual records will expire, but I would like to create an additional field that…
Hello. I've been trying to learn LPL to help support an existing HR Talent implementation. I'm aware of the "Configuration Console Reference Guide: Landmark Pattern Language (LPL)", and it is a great help. One thing i've run into though is that there are certain portions of the language i'm not finding any documentation or…
I am trying to place a constraint on a payrate field with four decimal places but it's not working and not sure why...getting an invalid format. LPL CODE: PayRate constraint(PayRate matches "d[0-9][,].d{0,4}|[0-9]d*$") "InvalidFormat" label is "NewPayRate RESULTS:
It looks like you're new here. Sign in or register to get started.