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:
Quinn
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5293
People Online:
Visitors:
336
Members:
0
Total:
336
Online Now:
New Topics
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
S3 Security
Securing forms and programs that use Company Group
6/17/2025 5:41 PM
Is there a way to write a rule, that looks up a co
S3 Customization/Development
Self-Serve Customization and Modification of home page
6/17/2025 3:40 PM
Hi, I want to add new links and customize the E
S3 Customization/Development
Data / List view on Lawson Portal
5/21/2025 2:37 AM
Client is on S3 V10. All delivered and custom form
Lawson S3 Financials
Applying credits to open AP invoices
4/28/2025 1:26 PM
Hello, I am new to the Lawson system and after ru
Lawson S3 Financials
Lawson APIA
4/28/2025 1:22 PM
Has anybody recently installed Lawson's APIA m
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
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
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.