Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
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:
510
Members:
0
Total:
510
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
Forums
Integration / Customization
Forum:
IPA/ProcessFlow
Please
login
to add a topic.
Search this forum:
52
Subscribed to this forum
Page 35 of 48
<<
<
33
34
35
36
37
>
>>
Topics
Replies
Rating
Status
Views
Subscribers
Last Post
Testing Process Flow Emails
Started By
Amy Swanson
We have several process flows that send emails to employees to notify them of various things, especially registration for training. The employee email address is read from HR11. While these flows were in development and testing we have inadvertantly sent emails to employees that should not have gone out. We are looking for suggestions to keep these emails from going to employees and instead have them sent to a tester or pre-defined email address. Ideally, we'd like to have the UAT tester be a...
3
4683
0
10/21/2010 8:41 PM
by
John Henley
Variable type integer limitation
Started By
JudeBac
Hi all, What is the maximum value of the variable type integer in ProcessFlow The reason I asked is because I have an employee number 50745130. In ResourceQuery, if I assign the result to a string varaiable say s_EE, the value is 50745130. But if I assign this to a type integer variable say i_EE, the value is 50745128. I do not have issues with smaller numbers. Below is the Debug window result. Is this an integer limitation in ProcessFlow Thank you, Jude Variables in Process : DesignerTes...
2
3039
0
10/19/2010 11:53 AM
by
JudeBac
portal inbasket is displaying workunits from test instead of production
Started By
John Crudele
The production portal inbasket is displaying the workunits from test I checked the pfserv config and it is pointing to production. Any ideas Thanks JC
1
2944
0
10/21/2010 8:41 PM
by
John Henley
PFI Insbasket
Started By
prakash
Hi, I have three actions for a User action, which are Approve, Reject and Esc. Is there any way to display only two actions Approve and Reject in web inbasket and smart office inbasket. This is for lawson M3. Thanks! regards, Prakash B
0
3488
0
Create Custom Activities using Java
Started By
TomD
Has anyone successfully written a Java application/Bean, deployed it, and then invoke/call it from the Lawson ProcessFlow Custom Activity Node The Pflow Admin Guide says we can do this. I'm just curious to see how many of us out there have done this in Production If you have, what are the challenges in doing this
0
3641
0
Finding User vs "NT00000044" in DME Query
Started By
jknox
Building a process flow similar to the flow in the tips and tricks section about sending an email about jobs that are in 'Needs Recovery' status. First of all I can't get drill down in GEN from my API builder in PF (all I see is JO, LA, UN) but that isn't as big of deal (at the moment) because I can still pull data using the following query: \\PROD=GEN&FILE=QUEUEDJOB&FIELD=JOBNAME;USERNAME;STATUS;STOPDATE&SELECT=STATUS=34&OUT=CSV&DELIM=~ Now, when I run this I am getting the username in ...
4
4273
0
11/24/2010 1:18 PM
by
JudeBac
Odd Errors in PFlow with record limit over 10000 records
Started By
Ward Mitchell
Friends, My admins and I took the necesssary steps to updating the iosconfig.xml file to change the MAX query length to be 999999. But now i get some odd behavior in my pflow; what I am doing in the flow is simply pulling all vendors from the lawson table (which has 34k plus records). The query is below. So running the query below in the pflow (with my full server info) returns me the following error ( I have stripped our server and host information but all works good; plug yours in). B...
1
3393
0
10/28/2010 9:43 PM
by
amylynanderson
PFI Limitations - concurrency
Started By
Deleted User
We have done some testing and find that we can only get about 8-12 threads to process concurrently, the rest of the workunits stay in ready status until an open thread is available. We changed the max thread pool size to 20, then 50 but had no improvement. We are on an IBM i5, does anyone know how to increase the number of current thread that can be processed by the PFI server I hear that there is a limitation of 8 threads and that this cannot be changed. I have also heard that the SQL...
4
3717
0
11/15/2010 8:34 PM
by
Deleted User
Oracle DB LMLEASE TERMINATE_DATE IS NULL how to query null
Started By
amylynanderson
How do I query null values of a date SELECT BB.COMPANY, BB.LEASE, BB.END_DATE, BB.TERMINATE_DATE, AA.DUE_DATE, MAX(AA.PMT_NBR) FROM LMPAYDTL AA, LMLEASE BB WHERE AA.COMPANY = BB.COMPANY AND AA.LEASE = BB.LEASE AND BB.R_STATUS = 1 AND BB.COMPANY = AND BB.TERMINATE_DATE = '1700-01-01' GROUP BY BB.COMPANY, BB.LEASE, BB.END_DATE, BB.TERMINATE_DATE, AA.DUE_DATE
1
2990
0
11/19/2010 5:56 PM
by
mjuusola
Inbasket, multiple line distributions
Started By
Daniel
Were in the process of implemetning requisition approvals through PF, one of the issues we have encountered is that the Inbasket does not show the multiple distributions in a req line that has been split between accounting units. Accounting will be reviewing req's for correct acct usage and needs to be able to see the multiple distributions on a line. Drilling on the req is not an option as accounting will not know which line has been split and there could be 100 lines in a req. Does someone hav...
5
2971
0
11/12/2010 12:01 PM
by
David Williams
pf transaction node on HR11 user fields
Started By
khart
I am trying to build a transaction node that will update a certain HR11 user field row number after a page down or i also have the FIELD-KEY specified. Is there a way to use pf to update this
4
3604
0
11/26/2010 2:31 AM
by
Shane Jones
Process Flow - Documenting Flows
Started By
Giulia
I have been asked to create an audit report using crystal reports and querying the process flow tables, that will show each po approval flow from beginning to end. Has anyone done this before Are there any canned reports provided by lawson that can be leveraged
5
4715
0
11/23/2010 10:24 PM
by
John Henley
Pull file from FTP site with process flow
Started By
Shane Jones
Anyone have a solution with processflow to pull a file from an FTP site... I don't like that we have some integrations that use different tools and I am researching processflow as the core application for integration. I am looking to understand the node that could pull a file from an FTP site and hopefully decrypt the file ... (Might need to use system command to decrypt the file.) Thanks Shane
5
6209
0
12/1/2010 1:24 PM
by
PT
Approve, Reject function: is it available for programming?
Started By
ThomasT
Trying to find out if there's a way to mimic or use the Approve and Reject functions within the Processflow inbasket. I want to use the same Approve and Reject functions to approve and reject workunits programatically, but I don't know where in the file structure these functions would be, meaning I know they should be javascript but I don't know exactly where or what the actual functions would be called. Does anyone have any idea Thank you greatly, Thomas
10
3393
0
12/1/2010 5:44 PM
by
ThomasT
PFI Scheduler
Started By
prakash
Hi, I am using webrun node to schedule a flow from another flow. But i need to pass a variable from the flow which is scheduling to the flow which is scheduled. Is there any way to schedule a flow from another flow by passing variables regards, prakash
2
2686
0
11/30/2010 5:07 PM
by
prakash
PFI scheduler
Started By
prakash
Hi, Is there any way to retrieve the job Id of a scheduled flow from the flow which is scheduled. regards, Prakash
3
2838
0
12/1/2010 12:57 PM
by
LoriN
Invoke Crystal Report from ProcessFlow
Started By
Ward Mitchell
We have a number of Crystal Reports written some time ago that calculate out some data and display them out in report form. A project we are working on is trying to take the logic out and build flows, but we are having issues. So the question came up, can Process Flow invoke Crystal We think that if we change the Crystal Report to spit out data in delimited format, we can then take that and upload it into our systems; but may process flow could invoke and get the results and then work with the ...
6
5214
0
12/3/2010 11:55 PM
by
John Henley
PFlow and Corrections
Started By
Niki Johnson
We have process flows set up for some MSS actions and when we perform corrections to those actions we have to follow the process flow again. How are others handling corrections to data that was originally submitted through MSS and subject to process flows An example is... MSS termination entry sends an e-mail to the HR team. Once the HR team approves the termination entry submitted by the manager, e-mails are sent to IT, payroll, etc. When we make a correction, the flow starts over and HR ...
1
2933
0
12/4/2010 12:39 PM
by
David Williams
PFI Scheduler
Started By
prakash
Hi, I am scheduling a flow from another flow using WebRun node. But JobId is mandatory field in the post string. So how will i get job id as they are generated by scheduler while scheduling. regards, Prakash B
1
3574
0
12/6/2010 2:13 PM
by
David Williams
Triggered work objects -- assignment node not working correctly
Started By
ThomasT
I have a pflow which has a simple node to a work object (which calls a second pflow). Within the second pflow there is a query. Query is name Query9100. Here's the query: PROD=&FILE=REQLINE&FIELD=COMPANY;LINE-NBR;REQ-NUMBER&SELECT=COMPANY=26REQ-NUMBER=&OUT=CSV&DELIM=~ Within the query loop there's a simple assignment node: linenumber = Query9100_LINE_NBR Should be simple thing, I believe.Works on all other flows I've worked on but maybe not workobjects... Anyways when the 1st ...
0
3284
0
Repost: Triggered work objects - assignments not working correctly
Started By
ThomasT
I have a pflow which has a simple node to a work object (which calls a second pflow). Within the second pflow there is a query. Query is name Query9100. Here's the query: PROD=&FILE=REQLINE&FIELD=COMPANY;LINE-NBR;REQ-NUMBER&SELECT=COMPANY=26REQ-NUMBER=&OUT=CSV&DELIM=~ Within the query loop there's a simple assignment node: linenumber = Query9100_LINE_NBR Should ...
6
3092
0
12/8/2010 2:31 AM
by
Jason Beard
WF01.1 configed to other then LOGAN
Started By
Deleted User
Currently all transactions waiting for approval, regardless of the product line, appear in the same (or equivalent) Inbasket. Has anyone found a way to separate the different development areas so that Development Inbasket transactions cannot be viewed and approved while in the User Acceptance Testing or Training data areas The wf01.1 is set to Logan in all product lines, which is shared by all product lines in DEV. Is it possible to replicate the workflow tables in another area other then Logan...
0
3451
0
Field Numbers on PA52
Started By
TommyT
I have a flow that has to create a pa52 transaction record, but when the PA100 tries to run it it bombs because I'm not able to get the field numbers into field 1 and 2. Here is my call _PDL=&_TKN=PA52.1&_EVT=ADD&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=Add&PCT-COMPANY=1&PCT-EMPLOYEE=&PCT-ACTION-CODE=TERM20FINAL&PCT-EFFECT-DATE=&PCT-REASON1=TERM&PCT-UPDATE-BENEFIT=Y&PCT-UPD-ABS-MGMT=N&PCT-NEW-VALUE-1r0=T9&IMMEDIATE-ACTION=N&ORIG-COMPANY=1&ORIG-EMPLOYEE=&ORIG-ACTION-CODE=TERM20FINAL&ORIG-EFFECT-...
1
3903
0
12/29/2010 7:33 AM
by
David Williams
Process Flow Date Calcs not working
Started By
Jayson
I have a process flow in which I'm trying to create a new 6 Month Eval that occurs 6 months after the effective date of the action. Under the Start activity node, I'm able to make the following declairation: revDateSixMo=getDateDME(AddMonth(pfDate(Effect_Date),6)) The result is: empRevDateSixMo(Type=String) = 07/09/2011 It works under the Start node. However, later in the process flow, I check to see if the effective date has been changed and I try to re-calculate the same date in an Ass...
1
3501
0
1/5/2011 9:03 PM
by
Sam Simpson
Logged in user
Started By
TommyT
Can you grab the id of the person entering a transaction (ie. the logged in user) when that user triggers a flow
2
3193
0
1/6/2011 3:11 AM
by
TommyT
Please
login
to add a topic.
Page 35 of 48
<<
<
33
34
35
36
37
>
>>
General
--Dealing with Lawson / Infor
--SOx Compliance
--Career Development
--Staffing
--Hosting / Cloud
--User Group Announcements
Infor / Lawson Platforms
--Lawson Landmark
--S3 Systems Administration
S3 Security
--M3 Application Foundation
--M3 Workplace Foundation
--Infor CloudSuite
User Experience
--Lawson Portal
Lawson Design Studio
--Lawson Smart Office
Mashup Designer
--Infor Workspace
--Lawson Add-Ins for Microsoft Office
--Mobility
--Lawson Enterprise Search
Integration / Customization
--IPA/ProcessFlow
--Infor ION
--S3 Interfaces/Conversion
--S3 Customization/Development
--S3 Application Upgrades
Human Capital Management
--Lawson S3 HR/Payroll/Benefits
--Infor Global HR (GHR)
Financial Management
--Infor CloudSuite Financials
--Lawson S3 Financials
--Lawson M3 Financials
--Infor FMS
--Lawson Services Automation (PSA/SA)
--Lawson Budgeting & Planning
Expense Management
--Infor Expense Management
--Lawson Time & Expense
Enterprise Resource Planning & Manufacturing
--Lawson S3 Procurement
--Lawson M3 Manufacturing Operations
--Infor ERP (Syteline)
Supply Chain Management
--Infor SCM
--Lawson S3 Supply Chain
--Lawson M3 Supply Chain
Enterprise Asset Management
--Infor EAM
--M3 Enterprise Asset Management
Performance Management
--Lawson Business Intelligence/Reporting/Crystal
Smart Notification
--Lawson M3 Business Performance Warehouse
--Lawson Opportunity Analyzer
Lawson Healthcare
--Cloverleaf
--Lawson MediSuite
--Analytics for Healthcare
Job Fair
--Positions Available
--People Available
LawsonGuru.com
--LawsonGuru.com Support