-
User field of Array Type
Has anyone successfully created an array-type (occurs) User field in Landmark? It appears there may be a limitation that prevents this. If so, are there any alternative approaches besides creating multiple Boolean fields to achieve the same functionality?
-
User Business Class - How to include IDM.BusinessClass code
Hi, I created a User Business Class (a copy of the delivered HSReportDocument300) that generates a file based on an IDM template. However, I'm receiving a syntax error when I reference IDM.XXXHSReportDocument300 within the User Business Class. Is it possible to include or reference the delivered IDM business class code…
-
My first Landmark User Web Service
The LPL guide has two pages of information about Landmark Webservice Interface (one page of syntax, one page of example). The example, however, is dated in several ways (endpoint URL is no longer valid, uses SOAP rather than REST, etc.) I thought I'd share here my first UserWebServiceInterface definition for a public web…
-
What does TAM stand for in Landmark?
In Landmark what does the abbreviation TAM stand for? I asked at the last conference but didn't find anyone that was sure they knew what it meant.
-
Security Administration Menu Change - To Toggle or Not to Toggle
Soliciting opinions from all of the FSM/HRT/Landmark Security Administrators out there. We've redesigned the Security Administration menu. I've used it for months and it's way better imho. Here is "Actors" Authorization Reports etc
-
Creating Personalizations for another Actor
Does anyone out there have a process/policy where Personalizations to forms, lists, menus are created by someone with Configuration access for another actor? Or, does anyone grant Personalization access to an actor temporarily for them to create their own personalizations and then access is later removed? Infor is looking…
-
LPL Developer Guide - What's New in April 2026
What’s in this document? The information in this document will highlight the new capabilities and additions to the Landmark Pattern Language (LPL) as of the 2026.04 release. Please note, this “what’s new” document is point in time and to be considered a companion document to the Configuration Console Reference Guide which…
-
Derived Loop (for each) into a single html table?
In HR Talent, I developed a derived RichText field that utilizes a foreach loop to extract and display data for each direct report of a staff manager. The current behavior produces a separate table for every record (refer to the screenshots below). Although this functions correctly, the output would be more streamlined if…
-
ActionRequest Form Not Viewable in Inbasket
I have a RequestAction form that is submitted by a user and triggers an IPA. In the IPA there is a User Transaction node that assigns an approval action to a Task. When I go to the task inbasket, I am expecting to see the form that was submitted to start the workflow when I click on the specific work item. When I click on…
-
LPL Developer Guide - What's New in October 2025
What’s in this document? The information in this document will highlight the new capabilities and additions to the Landmark Pattern Language (LPL) as of the 2025.10 release. Please note, this “what’s new” document is point in time and to be considered a companion document to the Configuration Console Reference Guide which…
-
REST API QUESTION
Hello, We are currently exploring the HR Talent REST APIs and testing the generic list API for the JobApplication business class. We’ve noticed that some fields begin with the _op_ prefix are presents in Form for example: _op_JobRequisition_prd_StatusMF_spc_translation_cp_…
-
Notification when Employee Updates Address or Phone Number in HR Talent
In HR Talent Criteria: 1. An employee adds, removes, or updates an address on their profile. 2. An employee adds, removes, or updates a phone number on their profile. We are looking at the possibility of having these either simply notify members of the HRGeneralist_ST group or alternatively requiring approval from an…
-
Please support ER 120200 - Landmark - Ability to customize the data filename generated by RepSet run
Hi Landmark Community, We need the ability to customize the name of the data files that are generated by replication runs within Infor Landmark Replication sets which are exported to SFTP. Currently, we have achieved this by using the custom IPA process which is linked to a custom service definition within Rep Sets that…
-
Please support ER 120200 - Landmark - Ability to customize the data filename generated by RepSet run
Hi Team, We need the ability to customize the name of the data files that are generated by replication runs within Infor Landmark Replication sets which are exported to SFTP. Currently, we have achieved this by using the custom IPA process which is linked to a custom service definition within Rep Sets that will pick all…
-
User Created Multi-Select Fields Not Possible on Forms?
I understand multi-select fields need to be an array field. It was my understanding I could create a field on a User Business Class as an array field type (e.g. LocationOfJob) then place that user field on a user form with additional inline LPL to have it display as a multi-select. The business class will store the field…