Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV10000
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory Transaction Work Group Display Name: Inventory Transaction Work
Physical Name: IV10000
Technical Name: IV_TRX_WORK_HDR
Group Technical Name: Inventory Transaction Work
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | BACHNUMB | Batch Number | String | STR15_LBAU | 15 | |
2 | BCHSOURC | Batch Source | String | STR15 | 15 | |
3 | IVDOCNBR | IV Document Number | String | STR17_IV_Document_Number | 17 | |
4 | RCDOCNUM | Recurring Document Number | String | STR20_Document_Number | 20 | |
5 | IVDOCTYP | IV Document Type | Integer | DDL_IV_Document_Type | 0 | |
6 | DOCDATE | Document Date | Date | DT | 8 | |
7 | MODIFDT | Modified Date | Date | DT | 8 | |
8 | MDFUSRID | Modified User ID | String | STR15 | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Inventory Transaction Work'].MDFUSRID AS 'Inventory Transaction Work-Modified User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
IV10000 AS ['Inventory Transaction Work']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Inventory Transaction Work'].MDFUSRID = ['Users Master'].USERID | ||||||
9 | POSTEDDT | Posted Date | Date | DATE | 6 | |
10 | PTDUSRID | Posted User ID | String | STR15 | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['Inventory Transaction Work'].PTDUSRID AS 'Inventory Transaction Work-Posted User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
IV10000 AS ['Inventory Transaction Work']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['Inventory Transaction Work'].PTDUSRID = ['Users Master'].USERID | ||||||
11 | GLPOSTDT | GL Posting Date | Date | DT | 8 | |
12 | PSTGSTUS | Posting Status | Integer | INT | 0 | |
13 | TRXQTYTL | TRX QTY Total | Currency | DLR17_QTY_RBS0_UTR | 17 | |
14 | IVWHRMSG | IV WORK HDR Messages | Long Integer | IV_WORK_HDR_Messages | 0 | |
15 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['Inventory Transaction Work'].NOTEINDX AS 'Inventory Transaction Work-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV10000 AS ['Inventory Transaction Work']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Inventory Transaction Work'].NOTEINDX = ['Record Notes Master'].NOTEINDX | ||||||
16 | SRCRFRNCNMBR | Source Reference Number | String | STR30 | 30 | |
17 | SOURCEINDICATOR | Source Indicator | Integer | DDL_Source_Indicator | 0 |