Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/DW010013
Product: Manufacturing (346)
Series:
Display Name: draw Group Display Name: Manufacturing Misc.
Physical Name: DW010013
Technical Name: draw
Group Technical Name: Manufacturing Misc.
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['draw'].ITEMNMBR AS 'draw-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
DW010013 AS ['draw']
INNER JOIN
IV00101 AS ['Item Master']
ON
['draw'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | ITEMDESC | Item Description | String | STR100 | 100 | |
3 | STATUSLINE_I | status line | String | STR255 | 255 | |
4 | CREATDDT | Created Date | Date | DT | 8 | |
5 | DWGSIZE_I | DWG Size | String | STR2_U | 2 | |
6 | DRAWINGTYPE_I | Drawing Type | Integer | DDL_Drawing_Type | 0 | |
7 | SUPERVISOR2_I | Supervisor2 | String | STR100 | 100 | |
8 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['draw'].USERID AS 'draw-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
DW010013 AS ['draw']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['draw'].USERID = ['Users Master'].USERID | ||||||
9 | CHANGEDATE_I | Change Date | Date | DT | 8 | |
10 | CHANGETIME_I | Change Time | Time | TM | 6 | |
11 | MFGNOTEINDEX_I | MFG Note Index | Currency | DLR14 | 14 |