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
Email Requisiton Approver when Req is released
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
jkramer
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5243
People Online:
Visitors:
361
Members:
0
Total:
361
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
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
Email Requisiton Approver when Req is released
Please
login
to post a reply.
13 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
JimY
Veteran Member
Posts: 510
4/27/2010 10:28 AM
Hello,
I am looking for ideas on how I can get the email address of the approver of a requisition based on dollar amount and requesting location. I modified the delivered requisition approval flow, reqapproval1.xml, to determine the approver based on dollar amount. It will place the req for approval in the inbasket directly under the dollar amount rather than starting out at the lowest level and bumping through each level when it is approved. I also added an email notification to the requester once the req is approved. I have created a separate flow that will send an email once a req is release, but I have hard coded the email address for now. Any ideas? I have Process Flow Standard only. Thank you.
David Williams
Veteran Member
Posts: 1127
4/27/2010 10:52 AM
Split
You could build your approver list using RQ02 and in the Name or Title field put the email address of the approver for each level.
David Williams
Veteran Member
Posts: 1127
4/27/2010 10:55 AM
Split
...but if you only have ProcessFlow Standard, how are you using an Inbasket? I didn't think a UserAction node would work with PF standard? If it does, why not check the Notify All Users of Work checkbox and let the system do the notification automatically?
JimY
Veteran Member
Posts: 510
4/27/2010 12:12 PM
Split
Hi ConsultDavidW,
Can you refresh my memory where the check box for Notify All Users is? I can't remember where it is. I am tying the flow to the Req Approval service with the Event Type of EVT_PFLOW. I will take a look at RQ02. Thank you for your response.
David Williams
Veteran Member
Posts: 1127
4/27/2010 5:54 PM
Split
Within your UserAction node if you go to the Work Detail tab you will see the checkbox. You have to define the information that is sent within this email on theProcess - Process Properties - User Node tab (you can use variables).
JimY
Veteran Member
Posts: 510
4/28/2010 5:31 PM
Split
Unfortunately I have PF Standard so I don't have access to it. I will have to figure out another way. Any other ideas? Thank you.
Deleted User
New Member
Posts: 0
4/28/2010 6:28 PM
Split
query WFMETRICS retreiving the WF-RM-ID field for the workunit where operation is Approve, the last record is the last approver. using WF-RM-ID do an RMQuery to get the email address if they are in LDAP, otherwise query for their EMPLOYEE agent to get HR Company and Employee and use as keyto read the EMPLOYEE table to get EMAIL-ADDRESS.
Keep in mind the "check box" solution requires the email sent to be the same generic text for all UserActions in a flow because you put the text in one place.
This will not work with Standard either though because you will not have access to RMQuery either, the only help would be if the RM-ID matches employee number in your company then you could skip the step of RMQuery and read the EMPLOYEE table.
I assume you are using the generic delivered ReqApproval flow and are unable to change the UserAction since you say you are using Standard.
David Williams
Veteran Member
Posts: 1127
4/28/2010 6:37 PM
Split
Again: You could build your approver list using RQ02 and in the Name or Title field put the email address of the approver for each level and use a standard Query to look up the email values at each approval level.
JimY
Veteran Member
Posts: 510
4/29/2010 11:33 PM
Split
Hi David,
I like your idea of doing a query of WFMETRICS and will give that a try. Thank you for your help.
JimY
Veteran Member
Posts: 510
4/30/2010 11:10 AM
Split
Hi David,
I checked out WFMETRICS and is looks as though a record for the workunit does not show up until the approver has approved the requisition. I need to be able to send an email to the approver when the requisition has been approved. Are there any other tables that would hold the information when the req is released? Thank you.
David Williams
Veteran Member
Posts: 1127
4/30/2010 11:42 AM
Split
You are building the approver list in User Tasks? Even if you can't update the UserAction (since you only have PF Standard) to notify users when they receive a task, you could do a work around.
You can create a new Task called Email and assign that to each approver and add the Category Filter of their email address value to their records, you could at least do a Query to see who the approver should be and then another Query to retrieve their email address and then send them an email before your flow hits the UserAction node. (Can you send email with PF Standard?)
JimY
Veteran Member
Posts: 510
4/30/2010 12:09 PM
Split
Hi David,
So would I do a query of the table WFUSERCAT based on the task Level1 and the Rec Loc value to get the RM_ID and then query it again to get the email address for the Email task?
David Williams
Veteran Member
Posts: 1127
4/30/2010 12:17 PM
Split
That should work.
JimY
Veteran Member
Posts: 510
4/30/2010 12:36 PM
Split
Thank you David for your patience.
Please
login
to post a reply.