Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/STN41250
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Named Printers Assign Mode
Physical Name: STN41250
Technical Name: ST_Printer_Assign_MODESeq 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 Assign Mode'].LOCNCODE AS 'Named Printers Assign Mode-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
STN41250 AS ['Named Printers Assign Mode']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Named Printers Assign Mode'].LOCNCODE = ['Site Setup'].LOCNCODE
5 PRNAMODE Printer Assign Mode Integer DDL_Printer_Assign_Mode 0 6 CREATDDT Created Date Date DT 8 7 MODIFDT Modified Date Date DT 8 8 LSTUSRED Last User to Edit String STR15 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Named Printers Assign Mode'].LSTUSRED AS 'Named Printers Assign Mode-Last User to Edit'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
STN41250 AS ['Named Printers Assign Mode']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Named Printers Assign Mode'].LSTUSRED = ['Users Master'].USERID