Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/STN41350
Product: Microsoft Dynamics GP (0)
Series: System
Display Name: Named Printers Users Master
Physical Name: STN41350
Technical Name: ST_Printer_Users_MSTRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Named Printers Users Master'].USERID AS 'Named Printers Users Master-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
STN41350 AS ['Named Printers Users Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Named Printers Users Master'].USERID = ['Users Master'].USERID
2 USER2ENT User To Enter String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['Named Printers Users Master'].USER2ENT AS 'Named Printers Users Master-User To Enter'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
STN41350 AS ['Named Printers Users Master']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Named Printers Users Master'].USER2ENT = ['Users Master'].USERID