Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Drill Around question
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
AshDilly5
Past 24 Hours:
1
Prev. 24 Hours:
1
Overall:
5326
People Online:
Visitors:
355
Members:
0
Total:
355
Online Now:
New Topics
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
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
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
Performance Management
Lawson Business Intelligence/Reporting/Crystal
Drill Around question
Please
login
to post a reply.
6 Replies
0
Subscribed to this topic
22 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
George Graham
Veteran Member
Posts: 201
6/9/2011 5:05 PM
I know in Crystal Reports I can create a hyperlink using drill.jsp. And I can use query builder to get the specific drill strings.
However, is there a way to do a full drill around similar to what pulls up in portal?
I.E., when I'm on the Employee field in HR11 and select drill I the menu of all drill arounds.
I've tried capturing the calls from within portal but those calls are simply generating the drill lists and I assume the servlet is then building the form displayed....
Fernando Labrada
Basic Member
Posts: 14
6/13/2011 6:09 PM
Split
Are you referring to something like:
"Drill.jsp?_TYP=DT&_SYS=HR&HCU=&Hlw=&01="+cstr({table.COMPANY},0,'')+"&H07="+cstr({table.EMPLOYEE},0,'')+"&_KNB=H07"
George Graham
Veteran Member
Posts: 201
6/14/2011 12:01 PM
Split
That's perfect - thanks Fernando! Can you tell me how you found that? I have not been able to find a lot of documentation on drill.jsp.
Fernando Labrada
Basic Member
Posts: 14
6/14/2011 12:42 PM
Split
It is a bit of a science project which involves going "behind" the drill-around screen and looking at the IDA call. Then thru a series of trial and error, you get the appropriate string. It ain't pretty but it works.
Although some of the stuff at the end is a bit dated, Lawson KB article 100618 "How can I find the Drill Around IDA syntax for a form to use in a Crystal Report?" is a good start. Just ignore step 9 and look at the drill string in my previous post instead.
One tip: while you are doing the detective work in the browser, you will need the product line section of the command (i.e. &_PDL=PROD), however you wont need that section in the Crystal hyperlink.
Once you do a few, you get a feel for what's important and you'll be knocking these things out in no time.
How can I find the Drill Around IDA syntax for a form to use in a Crystal Report?
How can I find the Drill Around IDA syntax for a form to use in a Crystal Report?
How can I find the Drill Around IDA syntax for a form to use in a Crystal Report?
Greg Moeller
Veteran Member
Posts: 1498
6/14/2011 8:12 PM
Split
I've found that the Fiddler tool is invaluable for security-related issues. Perhaps it can capture the exact call that the browser is making in this instance as well?
Just my 2 cents.
Ruma Malhotra
Veteran Member
Posts: 412
6/14/2011 8:33 PM
Split
LAL or the Lawson application linker is what Lawson uses to drill into a transaction like in the applications. There are different ways of constructing a drill string using ags, ida or LAL. There is lot of information in the rs admin guide on all this. If you put each parameter of the drill string together you should be able to construct a drill string that works like the drill around in Lawson. I have often constructed drill strings using the syntax in the rs guide.
Fernando Labrada
Basic Member
Posts: 14
6/14/2011 8:53 PM
Split
Ruma is right, this is covered in Chapter 7 of the RS Admin Guide. The most valuable piece is probably the few sample drill strings they include. I still find that looking at the IDA call behind the specific screen that you want to drill to is the best place to start in constructing the drill string.
Greg, I have used Fiddler quite a bit for debugging self-service and security but never for this. Will have to take a crack at it.
Please
login
to post a reply.