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
Adding new global variables
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Raju
Past 24 Hours:
1
Prev. 24 Hours:
2
Overall:
5205
People Online:
Visitors:
291
Members:
0
Total:
291
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson Smart Office
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor CloudSuite
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:39 PM
Hi, I need help with an error on syteline while us
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
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
1369
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
Adding new global variables
Please
login
to post a reply.
4 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Erikw
Basic Member
Posts: 4
6/23/2010 9:22 AM
Hi all,
I've been trying to add new global environment wide variables to our PFI system without succes.
I've tried adding them in the menu.do interface definitions which resulted in adding them in the logan database, but when I tried to retreive de variable in a flow it returned as 'not defined'.
Also I tried to add them to the enter.cmd file where I found the LAWDIR and GENDIR variables, but I guess these are only used during install.
Is there any way to add global variables to PFI, other then LAWDIR and GENDIR?
Many thanks,
Erik (Fetim - Europe)
Rob Conrad
Veteran Member
Posts: 73
6/23/2010 2:35 PM
Hi Erik -
2 ways - most people add the global variables at the beginning of your flow in the Start Node, like a Global.asa file is used in ASP.
You can also store the information in your own SQL table - that's what we did here for all of our flows. We created a table called PFINTERFACES in a Utility DB which contains key PFI information (mostly source/target ETL) relative to a specific flow. The SQL approach represents a potential point of failure in your flow (vs. declaring the variable in the start node), but either approach will work. Be careful about this approach - you do not want ALL of your variables stored there, just key global settings that you want to call from any flow or from any Environment (DEV/TEST/PROD etc.)
Hope that helps you out...are you on S3 or M3?
RC.
Erikw
Basic Member
Posts: 4
6/23/2010 2:49 PM
Hi Rob,
First of all, many thanks for your reaction!
We are on M3.
I already use the startnodes but a drawback about this is that you can't change the settings per environment.
We have two PFI environments now, one TEST and one PROD.
What I am aiming for is a solution that would automatically load the correct environment variables (M3 Libraries, companies database link information etc.) depending on where a PFI is run, so that I don't have to change anything in the PFI's (startnodes) when they are approved after developement and ready to move to the PROD environment.
Your second solution might work but it would have quite a big impact to the PFI's already created (around 55).
Is there realy no other way to add global variables that are automatically available to all PFI's?
Regards,
Erik
ryand
Veteran Member
Posts: 51
6/23/2010 2:55 PM
Erik, did you try in your queries? That is a variable that you do not have to declare globally but it just exists there pulling from your product line/data area field under the Tools-->Options bar in pf designer. That way you do not have to declare anything that will change depending on your environment.
Erikw
Basic Member
Posts: 4
7/19/2010 8:03 AM
For anyone who is still interested in this:
I found a way to add global variables by creating them in the ProcessFlow Administration Tool (Menu.do) under Configuration -> Interface Definition.
You can add an interface definition by adding a fieldname and value, using the System name = Global.
For example:
System name = GLOBAL
Field name = COMPANY
Field value = 20
This can then be retreived in any of you flows by using the variable.
This doesn't seem to work for all versions of PFI, later versions have a fix for this.
Enjoy!
Please
login
to post a reply.