Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV10002
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inventory Serial and Lot Number Work Group Display Name: Inventory Transaction Work
Physical Name: IV10002
Technical Name: IV_TRX_WORK_Serial_Lot
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 Serial and Lot Number Work'].ITEMNMBR AS 'Inventory Serial and Lot Number Work-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV10002 AS ['Inventory Serial and Lot Number Work']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Inventory Serial and Lot Number Work'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
4 | SERLTNUM | Serial/Lot Number | String | STR20 | 20 | |
5 | SERLTQTY | Serial/Lot QTY | Currency | DLR17_QTY_RBS0_UTR | 17 | |
6 | LNSEQNBR | Line SEQ Number | Currency | Sequence_Number | 19 | |
7 | SLTSQNUM | Serial/Lot SEQ Number | Long Integer | LI_Sequence_Number | 10 | |
8 | DATERECD | Date Received | Date | DATE | 6 | |
9 | DTSEQNUM | Date SEQ Number | Currency | Sequence_Number | 19 | |
10 | OVRSERLT | Override Serial/Lot | Integer | INT | 0 | |
11 | QTYSCRAPPED | Quantity Scrapped | Currency | DLR17_QTY_RBS0_UTR | 17 | |
12 | FROMBIN | From Bin | String | STR15_Bin | 15 | |
13 | TOBIN | To Bin | String | STR15_Bin | 15 | |
14 | MFGDATE | Manufacture Date | Date | DT_Date | 6 | |
15 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |