Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/STN41100
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Named Printers Options Master
Physical Name: STN41100
Technical Name: ST_Printer_Options_MSTRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 Machine_ID Machine ID String STR15_Machine_ID 15 2 PRNMODE Printer Mode Integer DDL_Printer_Mode 0 3 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Named Printers Options Master'].USERID AS 'Named Printers Options Master-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
STN41100 AS ['Named Printers Options Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Named Printers Options Master'].USERID = ['Users Master'].USERID
4 CMPANYID Company ID Integer INT5 4 Key to the Company Master (SY01500).
Click to show/hide
SELECT
['Named Printers Options Master'].CMPANYID AS 'Named Printers Options Master-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
STN41100 AS ['Named Printers Options Master']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Named Printers Options Master'].CMPANYID = ['Company Master'].CMPANYID
5 PRNCODE Printer Code String STR15_Printer_Code 15 6 PRNTDESC Printer Description String STR30 30 7 CREATDDT Created Date Date DT 8 8 MODIFDT Modified Date Date DT 8 9 LSTUSRED Last User to Edit String STR15 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Named Printers Options Master'].LSTUSRED AS 'Named Printers Options Master-Last User to Edit'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
STN41100 AS ['Named Printers Options Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Named Printers Options Master'].LSTUSRED = ['Users Master'].USERID
10 UseNamedPrnForWordTmplat UseNamedPrnForWordTemplate Boolean UseNamedPrnForWordTemplate 0 11 PRNSET Printer Settings Text TX32000 32000