Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV10001
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory Transaction Amounts Work Group Display Name: Inventory Transaction Work
Physical Name: IV10001
Technical Name: IV_TRX_WORK_LINE
Group Technical Name: Inventory Transaction Work
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | IVDOCNBR | IV Document Number | String | STR17_IV_Document_Number | 17 | |
2 | IVDOCTYP | IV Document Type | Integer | DDL_IV_Document_Type | 0 | |
3 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Inventory Transaction Amounts Work'].ITEMNMBR AS 'Inventory Transaction Amounts Work-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV10001 AS ['Inventory Transaction Amounts Work']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Inventory Transaction Amounts Work'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
4 | LNSEQNBR | Line SEQ Number | Currency | Sequence_Number | 19 | |
5 | UOFM | U Of M | String | U_Of_M | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
6 | QTYBSUOM | QTY In Base U Of M | Currency | DLR17_QTY_RBS0_STR | 17 | |
7 | TRXQTY | TRX QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
8 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
9 | EXTDCOST | Extended Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
10 | TRXLOCTN | TRX Location | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Inventory Transaction Amounts Work'].TRXLOCTN AS 'Inventory Transaction Amounts Work-TRX Location'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV10001 AS ['Inventory Transaction Amounts Work']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Inventory Transaction Amounts Work'].TRXLOCTN = ['Site Setup'].LOCNCODE | ||||||
11 | TRNSTLOC | Transfer To Location | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Inventory Transaction Amounts Work'].TRNSTLOC AS 'Inventory Transaction Amounts Work-Transfer To Location'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV10001 AS ['Inventory Transaction Amounts Work']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Inventory Transaction Amounts Work'].TRNSTLOC = ['Site Setup'].LOCNCODE | ||||||
12 | TRFQTYTY | Transfer From QTY Type | Integer | DDL_QTY_Type | 0 | |
13 | TRTQTYTY | Transfer To QTY Type | Integer | DDL_QTY_Type | 0 | |
14 | IVIVINDX | IV IV Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Inventory Transaction Amounts Work'].IVIVINDX AS 'Inventory Transaction Amounts Work-IV IV Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
IV10001 AS ['Inventory Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Inventory Transaction Amounts Work'].IVIVINDX = ['Account Index Master'].ACTINDX | ||||||
15 | IVIVOFIX | IV IV Offset Index | Long Integer | LI_14 | 14 | |
Key to the Account Index Master (GL00105).
Click to show/hideSELECT
['Inventory Transaction Amounts Work'].IVIVOFIX AS 'Inventory Transaction Amounts Work-IV IV Offset Index'
,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
IV10001 AS ['Inventory Transaction Amounts Work']
INNER JOIN
GL00105 AS ['Account Index Master']
ON
['Inventory Transaction Amounts Work'].IVIVOFIX = ['Account Index Master'].ACTINDX | ||||||
16 | IVWLNMSG | IV WORK LINE Messages | Long Integer | IV_WORK_LINE_Messages | 0 | |
17 | DECPLCUR | Decimal Places Currency | Integer | DDL_Decimal_Places_Dollars | 0 | |
18 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 | |
19 | USAGETYPE | Usage Type | Integer | INT | 0 | |
20 | Reason_Code | Reason Code | String | STR15_LBAU | 15 |