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
Data File Text equivalent for PLM tables?
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Julie
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5312
People Online:
Visitors:
511
Members:
0
Total:
511
Online Now:
New Topics
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
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
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3290
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
Data File Text equivalent for PLM tables?
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
Chris Martin
Veteran Member
Posts: 277
6/22/2010 4:38 PM
Is anybody aware of Data File Text-like documentation for PLM tables?
Deleted User
New Member
Posts: 0
6/24/2010 1:23 PM
Split
Hi Chris!!
You probably already know this trick so forgive me if I'm preaching to the choir.
I can't remember where I picked up this trick but here is a super quick way to link back the 3 character table name to a Lawson table (without cracking the data file text book). I open up the MS Add in (v 2.0.5), select my data source, and type the 3 character table name in the table prefix field. I tab over to the translation field and it displays the Lawson table (example PLANMASTER TA). If I am not familar with the table I log into the Lawson knowledge base and type "data file text for TA system". If I'm not logged into the support site, I use lid to form transfer F8 to the Environment TAB. I enter GENDOC and then dbdoc. I run my little query on PLANMASTER and write the output to a text file. The last step if to transfer the text file to my workstation.
Take care and thanks for the help you've given me in the past!!
Sam Simpson
Veteran Member
Posts: 239
6/24/2010 4:40 PM
Split
If you have LID then use rngdbdump to gen table called filedef. Also if you have sql access to your tables then you can do an sql select statement to gen.filedef
ex... select filename from gen.filedef
where prefix = 'API';
Chris Martin
Veteran Member
Posts: 277
6/28/2010 7:29 PM
Split
Sorry guys, I should have clarified. PLM refers to Lawson's Fashion app (Product Lifecycle Management).
Greg Moeller
Veteran Member
Posts: 1498
7/15/2010 7:31 PM
Split
I've written a little script which produces a web page dbdoc type of output that I have linked to our "?" menu here. Let me see if I can find it, if anyone is interested?
Run it once, and it creates the html files that you can then display from any web server.
I'm not familiar with PLM, though, so this may or may not work to your satisfaction.
Greg Moeller
Veteran Member
Posts: 1498
7/16/2010 3:13 PM
Split
Here is a copy of the script I was talking about.
I hope that some of you are able to use it effectively.
I know that it has been wonderful for especially our LBI report writers here.
This script in conjunction with an old script of David Schronce's are linked under our "?" menu.
Cheers,
-Greg
Attachments
dbdoc.zip
Chris Martin
Veteran Member
Posts: 277
7/16/2010 3:39 PM
Split
It won't work for PLM, but I appreciate you sharing the script.
Please
login
to post a reply.