Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/PFH10000
Product: Manufacturing (346)
Series:
Display Name: pref_hdr Group Display Name: Manufacturing Misc.
Physical Name: PFH10000
Technical Name: pref_hdr
Group Technical Name: Manufacturing Misc.
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | KEYINT_I ![]() | KEY INT | Integer | INT2 | 2 | |
2 | USERID ![]() | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['pref_hdr'].USERID AS 'pref_hdr-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
PFH10000 AS ['pref_hdr']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['pref_hdr'].USERID = ['Users Master'].USERID |