Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV10003
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory Transaction Bin Quantities Work Group Display Name: Inventory Transaction Work
Physical Name: IV10003
Technical Name: ivTrxBinWork
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 | LNSEQNBR | Line SEQ Number | Currency | Sequence_Number | 19 | |
4 | SEQNUMBR | Sequence Number | Long Integer | LI_Sequence_Number | 10 | |
5 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Inventory Transaction Bin Quantities Work'].ITEMNMBR AS 'Inventory Transaction Bin Quantities Work-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV10003 AS ['Inventory Transaction Bin Quantities Work']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Inventory Transaction Bin Quantities Work'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
6 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Inventory Transaction Bin Quantities Work'].LOCNCODE AS 'Inventory Transaction Bin Quantities Work-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV10003 AS ['Inventory Transaction Bin Quantities Work']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Inventory Transaction Bin Quantities Work'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
7 | BIN | Bin | String | STR15_Bin | 15 | |
8 | TOBIN | To Bin | String | STR15_Bin | 15 | |
9 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
10 | QUANTITY | QTY | Currency | DLR17_QTY_RBS0_STR | 17 | |
11 | QTYSCRAPPED | Quantity Scrapped | Currency | DLR17_QTY_RBS0_UTR | 17 |