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:
Brady
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5274
People Online:
Visitors:
354
Members:
0
Total:
354
Online Now:
New Topics
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
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
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
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
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: 3351
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.