Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Systems Administration
How to make a DME call in LSF
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Lauren Beeker
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5222
People Online:
Visitors:
63
Members:
0
Total:
63
Online Now:
New Topics
Lawson Portal
Need to limit available values in Manager Self-Service based on Action
4/16/2026 1:47 PM
Hello, Our managers have the ability in M
Lawson Portal
Lawson HR170 Jobs Index
3/30/2026 7:35 PM
Hi All, I am new in my role. The organization h
IPA/ProcessFlow
IPA Question - Filtering Employees by XRef Cost Center Across Person and HR Modules
3/2/2026 4:29 PM
Hello Everyone, I am building an IPA process in
Lawson S3 Financials
Lawson S3 to SAP S/4 Hana Migration
2/12/2026 8:54 PM
Can anyone recommend a consulting company who has
Lawson Add-Ins for Microsoft Office
Missing Multi-Stream Upload Option
7/12/2023 11:09 PM
Our IS department has made the server configuratio
Lawson S3 HR/Payroll/Benefits
Secure 2.0
12/8/2025 9:06 PM
Has anyone using S3 V10 for Benefits been able to
Lawson Add-Ins for Microsoft Office
More.... ic81.2
12/5/2025 10:51 PM
We build our PAR's with MS Addins using IC81 and o
Lawson Add-Ins for Microsoft Office
Deleting an Orphan Time Record with MS Add-ins
12/13/2025 7:26 PM
I have discovered an Orphan Time Record when dumpi
Lawson Landmark
Configuration Console - UserField
7/24/2019 6:05 PM
I have a userfield called "ContactCenter"&nb
Lawson Add-Ins for Microsoft Office
Uploads
11/20/2025 3:32 AM
The Next button has stopped functioning on the upl
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
Chris Martin
825
Forums
Filtered Topics
Unanswered
Unresolved
Active Topics
Most Liked
Most Replies
Search Forums
Advanced Search
Prev
Next
Forums
Infor / Lawson Platforms
S3 Systems Administration
How to make a DME call in LSF
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
28 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Scott Perrier
Veteran Member
Posts: 39
New Poster
Congrats on posting!
12/26/2013 11:39 PM
Per Infor Support, I need to convert the DME data pulls used to enhance RQC limited item information by using existing related tables with in lawson. My current use of a DME call works with LAUA but does not work with LSF 9. Here is what Lawson/Infor stated: "We believe that you will need to modify your /cgi-lawson/dme.exe call to be a /servlet/Router/Data/Erp ". I need to understand the difference and how to format a pull of data from lawson into rqc using a LSF.
here is the dme in case it helps.
https://{ServerName}/cgi-lawson/dme.exe?PROD=TEST&FILE=REQLINE&OUT=JAVASCRIPT&INDEX=RLNSET5&FIELD=QUANTITY;ENTERED-UOM;R EQ-DEL-DATE;ITEM;&KEY=0015=40705=&SELECT=DER-CLOSE-STAT%3DPROCESSED%7CDER-CLOSE-STAT%3DUNREL EASED%7CDER-CLOSE-STAT%3DNEEDS+APPROVAL%7CDER-CLOSE-STAT%3DIN+PROCESS&FUNC=getRQ42Die()
John Henley
Posts: 3365
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
12/30/2013 2:25 PM
Split
Change:
https://{server}/cgi-lawson/dme.exe?
to:
https://{server}/servlet/Router/Data/Erp?
David Britton
Veteran Member
Posts: 53
New Poster
Congrats on posting!
12/30/2013 7:54 PM
Split
I have a number of dashboard links that make DME calls to generate various forms such as Jobs in Needs Recovery, Jobs with Invalid parameters.
The data is returned as an HTML page with an embedded table presenting the data.
We are moving to Lawson Security which I presume will require the links to be changed to use "servlet/Router/... ". However the only output options are XML and CSV.
Is there a way to format the data as a table with the servlet call?
SAMPLES Below:
http ://lawsonsrv.mydomain/cgi-lawson/dme.exe?PROD=GEN&FILE=QUEUEDJOB&FIELD=JOBNAME;USERNAME;STATUS;STOPDATE&SELECT=STATUS=34&MAX=ALL&SORTASC=USERNAME
returns the data as an HTML table.
http ://lawsonsrv.mydomain/servlet/Router/Data/Erp?PROD=GEN&FILE=QUEUEDJOB&FIELD=JOBNAME;USERNAME;STATUS;STOPDATE&SELECT=STATUS=34&MAX=ALL&SORTASC=USERNAME&OUT=XML
- OR -
http ://lawsonsrv.mydomain/servlet/Router/Data/Erp?PROD=GEN&FILE=QUEUEDJOB&FIELD=JOBNAME;USERNAME;STATUS;STOPDATE&SELECT=STATUS=34&MAX=ALL&SORTASC=USERNAME
Returns XML formatted data
http ://lawsonsrv.mydomain/servlet/Router/Data/Erp?PROD=GEN&FILE=QUEUEDJOB&FIELD=JOBNAME;USERNAME;STATUS;STOPDATE&SELECT=STATUS=34&MAX=ALL&SORTASC=USERNAME&OUT=CSV
returns CSV formatted data all on one line such as:
JOBNAME,USERNAME,STATUS,STOPDATE "WH130JW","fijwilliam",34,"12/24/2013" "GENCAPPROJ","fitim",34,"12/09/2013" "PARKING","fitim",34,"12/10/2013"
John Henley
Posts: 3365
New Poster
Congrats on posting!
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader art thou!
12/30/2013 8:52 PM
Split
Not aware of any option for table formats, just XML and CSV.
Scott Perrier
Veteran Member
Posts: 39
New Poster
Congrats on posting!
1/31/2014 9:09 PM
Split
i was able to make the change to a DME call that i run in RQC. The issue is now that it is in XML format and need some way to parse it, is there a predefined lawson function that does this. i would assume yes otherwise how did they make thier calls.
Scott Perrier
Veteran Member
Posts: 39
New Poster
Congrats on posting!
1/31/2014 9:13 PM
Split
function getCSCItems(idString)
{
// /servlet/Router/Data/Erp?PROD=TEST&FILE=CMALLOCINT&FIELD=ITEM-NUM;STOCK-UOM;AVAILABLE;LOCATION;
// &INDEX=CMISET1&KEY=10=01100;01101;=1129;1130;1131;1132;1133&OUT=XML
//alert("getCSCItems idString=" + idString);
var dmeObj = new DMEObject(mainWnd.user.prodline,"CMALLOCINT");
dmeObj.index = "CMISET1";
dmeObj.out = "XML";
dmeObj.field = "ITEM-NUM;STOCK-UOM;AVAILABLE;LOCATION"
//dmeObj.max = "1";
dmeObj.key = "10=01100;01101=" + idString;
dmeObj.debug=false;
DME(dmeObj,"cscData");
statusWinCSC=self.cscData;
}
Please
login
to post a reply.