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 | String | STR13 | 13 | |
2 | IVDOCTYP | IV Document Type | Integer | DDL_IV_Document_Type | 0 | |
3 | DOCNUMBR | Document Number | String | STR20_Document_Number | 20 | |
4 | LNSEQNBR | Line SEQ Number | Currency | Sequence_Number | 19 | |
5 | SLTSQNUM | Serial/Lot SEQ Number | Long Integer | LI_Sequence_Number | 10 | |
6 | SERLTNUM | Serial/Lot Number | String | STR20 | 20 | |
7 | SERLTQTY | Serial/Lot QTY | Currency | DLR17_QTY_RBS0_UTR | 17 | |
8 | FROMBIN | From Bin | String | STR15_Bin | 15 | |
9 | TOBIN | To Bin | String | STR15_Bin | 15 | |
10 | ITEMNMBR | Item Number | String | STR30_Item_Number | 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 | Date | DT_Date | 6 | |
12 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |
Hello,
How do I determine the sign of SERLTQTY? IV30300 contains both positive and negative values for TRXQTY, but I am only seeing positive values for the lot quantities.
Thank you
Hi David,
I believe serial quantity, like bin quantity, is always a positive number regardless of the +/- sign on the adjustment value.