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
Process Flow - Documenting Flows
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:
45
Members:
0
Total:
45
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
Process Flow - Documenting Flows
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
52 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Giulia
Basic Member
Posts: 12
11/19/2010 2:17 PM
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?
Rob Conrad
Veteran Member
Posts: 73
11/19/2010 2:37 PM
Split
Hi Giulia -
Most of this data resides in the WFMETRICS table within LOGAN and you can built a Design Studio form to display this information and then tie it to a bookmark in Portal.
I've also built custom PF Reporting Solutions specifically for Financial Audit reporting by building a custom table which is programmatically updated from a node within the PF. I exposed the data using a Custom Form, so users could just go there to see their stuff without running a report. The Custom Table also got around the LOGAN security access issue - as you generally do not want a lot of people with access to LOGAN etc.
This worked pretty nicely, since I could embed the Requisition Number, Requester into a URL to the custom form and put that URL into a Notification Email to the Requesters - so point and click - users could immediately go and find the status of their particular Requisition (without calling the Procurement dept :-)) in the approval process too.
Hope that helps.
Rob
Sam Simpson
Veteran Member
Posts: 239
11/19/2010 3:00 PM
Split
In the pre lsf9 there used to be a screen form in logan that does what you want(WFMETRICS). I kept this old program (sorry can't remember) and then retrofiited it for lsf9. Today it is still being used a lot. While a lot of old screens are gone, the tables remains the same except for the RD30 functionality.
Giulia
Basic Member
Posts: 12
11/23/2010 2:30 PM
Split
Thank you both for your feedback.
This report I am creating is to track PO Approvals. I have been working with the WFMetrics and WFWorkUnit tables and I get most of what I need. However, do you know if the PO Number is stored in any of the logan tables? I don't see it and the users want to be able to run the report by entering a PO number as a parameter. Or do you know if the work unit number is stored in any of the po tables?
Rob Conrad
Veteran Member
Posts: 73
11/23/2010 9:37 PM
Split
Hi Giulia -
I don't believe PO Number resides there in WFMETRICS - take a look at your Service Variables in the BPM Menu Console. You can define those variables and I believe those will show up in WFMETRICS, if memory serves me correctly :-). You might also have to consider creating a custom reporting table and write PO Number to it from a node in a flow using one of the PFI adapters. SQL Node could be used for example. The solution I designed about 3 years ago is a bit more robust using a COBOL program to write to the custom table and a COBOL Form for the report - so like in your example, a user feeds a REQ (or PO) Number into the Form and gets a report result with all the approval steps for that REQ (or PO).
All the best,
Rob
John Henley
Posts: 3362
11/23/2010 10:24 PM
Split
You would have to go from the workunit tables to the REQLINE tables then to POLINESRC to get the PO number itself. Remember that 1) requisitions can be approved at the line level, and may result in multiple PO lines, etc. and 2) ProcessFlow doesn't have to be used to create a PO, so if you're looking at the big picture, you might be missing something. Depending on what your ultimate goal is, I have some Crystal reports that go from GL->AP->MA->PO->RQ, and vice versa, as well as some that report off the WFMETRICS tables related to the appropriate RQ/PO tables.
Please
login
to post a reply.