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:
Raju
Past 24 Hours:
1
Prev. 24 Hours:
1
Overall:
5205
People Online:
Visitors:
472
Members:
0
Total:
472
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
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
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
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
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
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
my eamil id : parthiban.msc@gmail.com
Vijay S
Veteran Member
Posts: 174
8/11/2011 12:40 PM
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
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
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
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
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
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
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
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
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
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
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.