Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
IPA/ProcessFlow
IPA: Using Landmark Transaction node to pull PFIWorkUnitVariable info
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
BDell92
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5275
People Online:
Visitors:
457
Members:
0
Total:
457
Online Now:
New Topics
Lawson S3 Financials
Applying credits to open AP invoices
4/28/2025 1:26 PM
Hello, I am new to the Lawson system and after ru
Lawson S3 Financials
Lawson APIA
4/28/2025 1:22 PM
Has anybody recently installed Lawson's APIA m
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1375
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Integration / Customization
IPA/ProcessFlow
IPA: Using Landmark Transaction node to pull PFIWorkUnitVariable info
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
LisaN
Veteran Member
Posts: 53
9/10/2013 7:10 PM
We are new to IPA and we're trying to fix some of our PFI converted flows that used to use a query node to pull workunit information from the Logan WFVariable table.
I've replaced the qry node with the Landmark Transaction node and we're reading the 'PFIWorkUnitVariable' table. The node successfully reads the table and pulls the WU information.
However, There are other Lawson Query nodes in the flow that reference certain variable values.
In PFI you could simply reference the WFVariable value information you wanted by using a variable like (in this example it would pull REASON_1 of the personnel action workunit).
But in IPA I can't figure out how to pull the information. Do you need to have a Landmark Transaction node for every variable value used/referenced in your flow/process?
For example:
have a node that pulls the value of variable 'REASON_1' for the work unit, and then another for 'REASON_2' .
Any advice?
Thanks,
Lisa
David Williams
Veteran Member
Posts: 1127
9/10/2013 7:30 PM
Split
Lisa,
What I have done in PFI is to query all of the WorkUnit variables with one DME call and then use an Assign to pick up the ones I need using a JavaScript expression (I'll send you an example). You might be able to duplicate this type of functionality with your LandmarkTransaction.
David Williams
Veteran Member
Posts: 1127
9/10/2013 7:38 PM
Split
If your WorkUnit has these variables, why do you have to query for them? They should be available to the ProcessFlow by default. In my example, the variables could be updated and that's why I had to re-query them.
Woozy
Veteran Member
Posts: 709
9/10/2013 7:59 PM
Split
Hi LisaN,
I'm with David. I don't understand what variables you are trying to reference, and it looks like maybe some of your text was deleted - probably due to brackets???. Are you looking for the variables that are being passed into the workunit and variables that are created/updated by the flow nodes, or are you looking for variables from other workunits?
Generally the variables can be referenced as "variablename" or "nodeid_variablename" (I've excluded the brackets so these will show in the post), even if they don't appear in the CTRL-SPACE variable list. This is true of trigger variables, start-node variables, query node variables, etc.
LisaN
Veteran Member
Posts: 53
9/10/2013 9:36 PM
Split
the variable we used to use in PFI was something like "Query6530_22_VARIABLE_VALUE", that would pull the 22nd variable value read from the work unit, or seqnbr 22. When looking at the console to see what is pulled for the lndmrk trx that type/naming convention of variable doesn't exist.
The Lawson qry node is trying to pull the description for the personnel action reason code used in the work unit from the table 'PAACTREAS', so for the variable value 'PC PROMO' I need to pull 'Pos Chg Promotion' (the description is used through out the process in emails).
I just created 2 new Lndmrk Trx nodes to pull each of the seq nbrs I need (one for seqnbr 22 and one for seqnbr 23) and used those variable values in each of my qry nodes; each qry node pulled the correct PAACTREAS description.
LisaN
Veteran Member
Posts: 53
9/10/2013 10:14 PM
Split
oh my goodness; you are right. I've been working on this too much.
I just needed to use the variable name like you said; like "Reason_1" to pull the value of "PC PROMO" for this test action I entered. It makes perfect sense now.
I guess I just need a break and your help. I'll continue working thru the process.
Thank you very much.
Please
login
to post a reply.