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
GEN Database Fields
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Steve G
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5332
People Online:
Visitors:
416
Members:
0
Total:
416
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
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
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
Infor / Lawson Platforms
S3 Systems Administration
GEN Database Fields
Please
login
to post a reply.
5 Replies
0
Subscribed to this topic
27 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Layne
Basic Member
Posts: 24
2/9/2012 7:13 PM
I was wondering if anyone knew what lawson used the following fields for in the GEN Database?
Program Table
Type
IsUpdate
NSCRS
IsProduction
NoMultRuns
Iscalled
Executable Table
Type
RunType
IsBatch
MenuType
NoTokenXfer
I am trying to write a query that will show the screens and wondered if these fields had anything applicable that I could add to this query. I already know that NoTokenXfer seems to indicate if the screen is accessable directly from Lawson.
Thanks.
Greg Moeller
Veteran Member
Posts: 1498
2/9/2012 9:45 PM
Split
Just looking at the data in our table, it appears that the PROGRAM table is referenced from pgmdef in LID.
I can only make suppositions about some of the fields mentioned, but some of them are "fairly" obvious.
See attached screen shot of CU00.
-Greg
Attachments
GEN.zip
Greg Moeller
Veteran Member
Posts: 1498
2/9/2012 9:55 PM
Split
Some help on the EXECUTABLE table perhaps?
Attachments
GEN-2.zip
Layne
Basic Member
Posts: 24
2/13/2012 3:02 PM
Split
Not sure if that helps. I was hoping for some documentation on this, but it would seem that there is little to be found.
Greg Moeller
Veteran Member
Posts: 1498
2/13/2012 3:14 PM
Split
If John is agreeable, I can upload a SchemaSpy section that I generated last year for GEN.
If that would help more? Similar to
https://www.lawsonguru.co...ntent/datadict/MSCM/
Kwane McNeal
Veteran Member
Posts: 479
2/13/2012 3:59 PM
Split
Hope this helps...
GEN/PROGRAM
Type - Program Type
(0=Batch, 1=Online) [There are other types]
IsUpdate - Does the program perform update logic
(0=No, 1=Yes)
nScrs - Number of defined screens
(0=Batch and *some* Invokes)
IsProduction - Program marked for "In Production" for a platform
(0=NONE, 16=Unix, 24=Windows ??=iSeries)
NoMultRuns - Can a program be concurrently executed
(0=No [run concurrently], 1=Yes [execute blocking])
Iscalled - Is a program called by any other non-menu program
(0=No, 1=Yes)
GEN/EXECUTABLE
Type - Executable Type
(0=Application Programs, 1=Environment Binaries, 2=User Tokens, 3=Menus)
RunType - Execution Model
(0=None/Direct, 1=4GL) [There are others]
IsBatch - Is a Batch Program
(0=No, 1=Yes)
MenuType - Menu Type
(0=Transfer, 1=Main)
NoTokenXfer - Allow Direct Transfer (aka F8) to token
(0=No [aka direct call allowed], 1=Yes [aka no direct call allowed])
Please
login
to post a reply.