Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/TP010000
Product: Manufacturing (346)
Series:
Display Name: Tape Number MSTR Group Display Name: Manufacturing Work Centers
Physical Name: TP010000
Technical Name: Tape_MSTR
Group Technical Name: Manufacturing WC
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | TAPENUMBER_I | Tape Number | String | STR15_LBAU | 15 | |
2 | DSCRIPTN | Description | String | STR30 | 30 | |
3 | MFGNOTEINDEX_I | MFG Note Index | Currency | DLR14 | 14 | |
4 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Tape Number MSTR '].USERID AS 'Tape Number MSTR -User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
TP010000 AS ['Tape Number MSTR ']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Tape Number MSTR '].USERID = ['Users Master'].USERID | ||||||
5 | CHANGEDATE_I | Change Date | Date | DT | 8 |