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
USER ACTION in PFI
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:
331
Members:
0
Total:
331
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
USER ACTION in PFI
Please
login
to post a reply.
16 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/10/2011 5:58 PM
Hi All,
Can you help me in USER ACTION in PFI.
my Question is ,it is possible to use User Action in loop because i have a query which has some user id so instead of uses in seperate user action for each userid from database ,i plan to use by the DataIterator and pass the value in user action .
Please help me .......
Thanks
Partihv
David Williams
Veteran Member
Posts: 1127
8/10/2011 6:16 PM
Split
Yes, you can do this. I have a couple of flows that use this method. I use a variable for the userid and reference that in my UserAction.
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/10/2011 7:12 PM
Split
Thanks
I have tried same ,in User action tab called "User" here i have passed the user id as variable but once we approved it get out of the loop .
please help to resolve this issues.
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/10/2011 7:12 PM
Split
Thanks
I have tried same ,in User action tab called "User" here i have passed the user id as variable but once we approved it get out of the loop .
please help to resolve this issues.
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/10/2011 7:45 PM
Split
can you send me some example flow so it will be very help full..
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/10/2011 8:31 PM
Split
my eamil id : parthiban.msc@gmail.com
Vijay S
Veteran Member
Posts: 174
8/11/2011 12:40 PM
Split
Yes ,you can use the same in Loop. While using the same in Data iterator (If you have a file say CSV )- You need two steps.
1) Break the file into lines.
2) Break the lines into words(for your case userids) and there you can use some variable for User ID and point it to user's inbasket.
John Henley's Process flow tutorial in this site is quite helpful you can refer the same.
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/11/2011 1:42 PM
Split
Hi ,
Thanks for your reply
I am iterate from the database .
1 ) i have a table called XXX ,it has some 6-9 user id .
2) i am iterate the user id and try to passing it to User action node in PFI .
but it is on "in process " when i am checking in administer tool .
and if am running in designer ,i am getting time out error .
if am running with out selecting "run on server "then it is iterating one after another..
please help ,i am struck with this issues for a long time.
Thanks in advance
parthiv
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/11/2011 1:57 PM
Split
Hi ,
could you send me the link of "John Henley's Process flow tutorial"
Thanks
parthiv
Sam Simpson
Veteran Member
Posts: 239
8/11/2011 2:15 PM
Split
Can you please explain what kind of flow you are creating. It seems you are confused as to the direction of the flow when it is approve. So my question would be :1. what do you want to do after the workunit has been approved or rejected or unreleased? 2. What happens if the approver on vacation? Do you want to escalate to the next approver? 3. Are you sending emails for very actions made by the approver?
4. Do you have several UserAction nodes for different type of approver? 5. Are there criterias to consider when approving like item types , amounts, budgtting etc.
David Williams
Veteran Member
Posts: 1127
8/11/2011 3:34 PM
Split
It sounds like you're cycling through a list of users in an external table (Data Iterator). If one user selects Approve, are you continuing the loop or going to a node to process the approval?
In the Data Iterator, are you parsing by Line or Delimitor String? If you're reading by Line you will need to use a Branch to determine if you've captured all of your data elements.
If you email your flow to me, I will evalute it for you.
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/11/2011 5:13 PM
Split
Hi Sam,
I have only one user action node inside the sql loop.
According to the result set i m getting user id and position .each time the user id and position is different and i am passing to the user action node .the 1st if user approve the action ,then it will passed to the next user which is available in the result set and so on ....
Thank
parthiv
Sam Simpson
Veteran Member
Posts: 239
8/11/2011 7:14 PM
Split
Are you saying that since you have this table with 6-9 user ids, you want all of these users to get the in-basket (at the same time?) and approve the workunit? Is this HR related flows. Can you explain the logic of your flow. Thanks.
KK - Infor
Veteran Member
Posts: 61
8/11/2011 7:38 PM
Split
Parthiv,
According to Lawson's best practices, having a User Action node in between a Data Iterator is not recommended. However, you can still use it with caution.
'but it is on "in process " when i am checking in administer tool .
and if am running in designer ,i am getting time out error .
if am running with out selecting "run on server "then it is iterating one after another.. '
- When it is running on the server in case 1 (assuming you are triggering it from the apps); it is supposed to stay in-progress status till it loops through all the users. You can check the user's inbasket or take an Inbasket action from the Administrator tool.
If this doesn't help; as David said above, feel free to email me your flow. Will have to take a look at it to see what's happening.
Cheers,
KK
Sam Simpson
Veteran Member
Posts: 239
8/11/2011 8:01 PM
Split
Looks like you are using SQL node to read your XXX table and then use that user id to be used by your UserAction. As KK said this is not a good practice. I would go out of the loop then sent the information to the UserAction node. The problem here is knowing the proper order of approvers. Who's on first and the next in line. I would suggest enhancing your XXX table to include like sequence numbering or add a field as to who will be the next approver. Simply query your XXX table for the first approver, move the id's, seq nbr, next approver to a variable. Then when you repeat the query you will use the seq nbr or the next approver from the variables. You can also use a counter to see if every approver has done it then it's time to update the workunits.
PARTHIBANATHAN NATARAJAN
Basic Member
Posts: 13
8/12/2011 3:34 PM
Split
Hi KK,
I hope u got my flow.
I am send one after the another.
1st user approve then i send to next ie 2 user to approve and so on......
Thank
Parthiv
KK - Infor
Veteran Member
Posts: 61
8/12/2011 8:32 PM
Split
I didn't get the flow yet. Have sent you my personal email address too. Rename the flow with a .xyz/ zip it and send it. The mail servers might block xml extension attachments.
Please
login
to post a reply.