Does anyone have experience in LPL invoking child actions outside of a parent action group? I've tried using "run outside of action background group" but all the child invocations in the parent action still run in the parent action group. I'm essentially trying to asynchronously process multiple record updates in an action…
Can additional field states be added to a Landmark delivered field using Configuration Console or LPL? And if so, how would this be done. Thank you!
I need to copy the contents of (ExperienceDate1) field to (NewExperienceDate) field if the WorkAssignment value equals 1. Where/how do I go about doing that? Thank you BusinessClass: WorkAssignment Form: WorkAssignmentDetail
Is it possible to conditionally display a section of a form based on the value of a prior field? Not simply that it changed, but the actual value. Context is that on a JobRequisition create form - Field called ReasonForOpening can have possible values of "REPLACEMENT" or "NEW POSITION". I know I can refresh the fields when…
Is there a way in LPL to pull a field based on another field? Example: From the WorkAssignment, I want to pull the Hierarchy of Management from ReportingRelationship from top to bottom and add to a derived field for File Creation Utility. My thought was taking the Max level and subtracting for each level, so example below…
I have a composite form on business class X. It has a panel which is a list to a related relation Y. I can add a "Special Actions" section under the "list is …" to setup a called out action that will operate on X rather than Y. So far, so good. I'm trying to figure out if it is possible to somehow do the same thing for the…
We are moving our invoice imaging application to new servers which will cause the URL to change. Is there a way to replace a part of a string with another? I'd like to update the server name component of the InvoiceURL field with the new server name.
Context: Infor FSM & HRT process automation. I'm attempting to apply Inbasket linkback ability that I see in RequisitionApproval to (contract) ChangeOrderApproval. Wonder if anyone can help me understand the distinction between a Form name and a Navigation in the context of creating a linkback for a workunit (reference…
I'd like to know if its possible to configure an Instance action, and then include an attachment field to a form that an end-user can attach a csv file to. Is there an IPA that reads a file that is attached from an attachment field within a form, which is then triggered by an IPA?
Example: I want to return (RREmployeeRel.ReportingRelation.ManagerEmpID) from WorkAssignment when (RREmployeeRel.Level = max(RREmployeeRel.Level - 2)) Specifically trying to pull the Hierarchy of Management from ReportingRelationship so I can add it to specific derived fields for a File Creation Utility.
It looks like you're new here. Sign in or register to get started.