Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV30400
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Item Serial and Lot Number History Group Display Name: Inventory Transaction History
Physical Name: IV30400
Technical Name: IV_TRX_HIST_Serial_Lot
Group Technical Name: Inventory Transaction History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | TRXSORCE ![]() | TRX Source | STR13 | String | 13 | |
2 | IVDOCTYP ![]() | IV Document Type | DDL_IV_Document_Type | Integer | 0 | |
3 | DOCNUMBR ![]() | Document Number | STR20_Document_Number | String | 20 | |
4 | LNSEQNBR ![]() | Line SEQ Number | Sequence_Number | Currency | 19 | |
5 | SLTSQNUM ![]() | Serial/Lot SEQ Number | LI_Sequence_Number | Long Integer | 10 | |
6 | SERLTNUM ![]() | Serial/Lot Number | STR20 | String | 20 | |
7 | SERLTQTY ![]() | Serial/Lot QTY | DLR17_QTY_RBS0_UTR | Currency | 17 | |
8 | FROMBIN ![]() | From Bin | STR15_Bin | String | 15 | |
9 | TOBIN ![]() | To Bin | STR15_Bin | String | 15 | |
10 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Item Serial and Lot Number History'].ITEMNMBR AS 'Item Serial and Lot Number History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV30400 AS ['Item Serial and Lot Number History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Item Serial and Lot Number History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
11 | MFGDATE ![]() | Manufacture Date | DT_Date | Date | 6 | |
12 | EXPNDATE ![]() | Expiration Date | DT_Date | Date | 6 | |
13 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |