Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/STN41300
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Named Printers Settings Master
Physical Name: STN41300
Technical Name: ST_Printer_Settings_MSTRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 Machine_ID Machine ID String STR15_Machine_ID 15 2 PRNSER Printer Series Integer DDL_Printer_Series 0 3 PRNTASK Printer Task String STR15_LBAU 15 4 LOCNCODE Location Code String STR10_Location_Code 10 Key to the Site Setup (IV40700).
Click to show/hide
SELECT
['Named Printers Settings Master'].LOCNCODE AS 'Named Printers Settings Master-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
STN41300 AS ['Named Printers Settings Master']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Named Printers Settings Master'].LOCNCODE = ['Site Setup'].LOCNCODE
5 PRNMODE Printer Mode Integer DDL_Printer_Mode 0 6 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Named Printers Settings Master'].USERID AS 'Named Printers Settings Master-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
STN41300 AS ['Named Printers Settings Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Named Printers Settings Master'].USERID = ['Users Master'].USERID
7 CMPANYID Company ID Integer INT5 4 Key to the Company Master (SY01500).
Click to show/hide
SELECT
['Named Printers Settings Master'].CMPANYID AS 'Named Printers Settings Master-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
STN41300 AS ['Named Printers Settings Master']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['Named Printers Settings Master'].CMPANYID = ['Company Master'].CMPANYID
8 PRNCODE Printer Code String STR15_Printer_Code 15 9 CREATDDT Created Date Date DT 8 10 MODIFDT Modified Date Date DT 8 11 LSTUSRED Last User to Edit String STR15 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Named Printers Settings Master'].LSTUSRED AS 'Named Printers Settings Master-Last User to Edit'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
STN41300 AS ['Named Printers Settings Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Named Printers Settings Master'].LSTUSRED = ['Users Master'].USERID