Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV30302
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory Transaction Bin Quantities History Group Display Name: Inventory Transaction History
Physical Name: IV30302
Technical Name: ivTrxBinHist
Group Technical Name: Inventory Transaction History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | DOCNUMBR | Document Number | String | STR20_Document_Number | 20 | |
2 | DOCTYPE | Document Type | Integer | DDL_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 History'].ITEMNMBR AS 'Inventory Transaction Bin Quantities History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV30302 AS ['Inventory Transaction Bin Quantities History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Inventory Transaction Bin Quantities History'].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 History'].LOCNCODE AS 'Inventory Transaction Bin Quantities History-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV30302 AS ['Inventory Transaction Bin Quantities History']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Inventory Transaction Bin Quantities History'].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 | QTYSLCTD | QTY Selected | Currency | DLR17_QTY_RBS0_UTR | 17 |