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:
Raju
Past 24 Hours:
1
Prev. 24 Hours:
1
Overall:
5205
People Online:
Visitors:
339
Members:
2
Total:
341
Online Now:
KPylant
Yorosa
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
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
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
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
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
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: 3353
11/23/2010 10:24 PM
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.