Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/WS50103
Product: WennSoft Products (131)
Series: 3rd Party
Display Name: WS Notifications Header Temporary File
Physical Name: WS50103
Technical Name: wsNotifEmailStmtsHDRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 Process_Index Process Index long Long Integer 8 2 RNNMBR Run Number Long Int Long Integer 8 3 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['WS Notifications Header Temporary File'].USERID AS 'WS Notifications Header Temporary File-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
WS50103 AS ['WS Notifications Header Temporary File']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['WS Notifications Header Temporary File'].USERID = ['Users Master'].USERID
4 EMPLOYID Employee ID STR15_Employee_ID String 15 5 PRNTSTUS Printing Status INT Integer 0 6 CMPANYID Company ID INT5 Integer 4 Key to the Company Master (SY01500).
Click to show/hide
SELECT
['WS Notifications Header Temporary File'].CMPANYID AS 'WS Notifications Header Temporary File-Company ID'
,['Company Master'].CMPANYID AS 'Company Master-Company ID'
FROM
WS50103 AS ['WS Notifications Header Temporary File']
INNER JOIN
DYNAMICS..SY01500 AS ['Company Master']
ON
['WS Notifications Header Temporary File'].CMPANYID = ['Company Master'].CMPANYID