Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00300
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Lot Number Master Group Display Name: Item Lot Number Master
Physical Name: IV00300
Technical Name: IV_Lot_MSTR
Group Technical Name: Item Lot Number Master
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
['Item Lot Number Master'].ITEMNMBR AS 'Item Lot Number Master-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00300 AS ['Item Lot Number Master']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Lot Number Master'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Item Lot Number Master'].LOCNCODE AS 'Item Lot Number Master-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
IV00300 AS ['Item Lot Number Master']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Item Lot Number Master'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
3 | DATERECD | Date Received | Date | DATE | 6 | |
4 | DTSEQNUM | Date SEQ Number | Currency | Sequence_Number | 19 | |
5 | LOTNUMBR | Lot Number | String | STR20_LBAU | 20 | |
6 | QTYRECVD | QTY Received | Currency | DLR17_QTY_RBS0_UTR | 17 | |
7 | QTYSOLD | QTY Sold | Currency | DLR17_QTY_RBS0_UTR | 17 | |
8 | ATYALLOC | QTY Allocated | Currency | DLR17_QTY_RBS0_UTR | 17 | |
9 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
10 | RCTSEQNM | Receipt SEQ Number | Long Integer | long | 8 | |
11 | VNDRNMBR | Vendor Number | String | Vendor_Number | 25 | |
12 | LTNUMSLD | Lot Number Sold | Boolean | YN | 0 | |
13 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
14 | BIN | Bin | String | STR15_Bin | 15 | |
15 | MFGDATE | Manufacture Date | Date | DT_Date | 6 | |
16 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |