Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/POP30330
Product: Microsoft Dynamics GP (0)
Series: Purchasing
Display Name: Purchasing Serial Lot History Group Display Name: Purchasing History
Physical Name: POP30330
Technical Name: POP_SerialLotHist
Group Technical Name: Purchasing History
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | POPRCTNM ![]() | POP Receipt Number | STR17_POP_Number | String | 17 | |
2 | RCPTLNNM ![]() | Receipt Line Number | LI_Sequence_Number | Long Integer | 10 | |
3 | SLTSQNUM ![]() | Serial/Lot SEQ Number | LI_Sequence_Number | Long Integer | 10 | |
4 | SERLTNUM ![]() | Serial/Lot Number | STR20 | String | 20 | |
5 | SERLTQTY ![]() | Serial/Lot QTY | DLR17_QTY_RBS0_UTR | Currency | 17 | |
6 | DATERECD ![]() | Date Received | DATE | Date | 6 | |
7 | DTSEQNUM ![]() | Date SEQ Number | Sequence_Number | Currency | 19 | |
8 | UNITCOST ![]() | Unit Cost | DLR17_RBS0_UTR$ | Currency | 17 | |
9 | TRXSORCE ![]() | TRX Source | STR13 | String | 13 | |
10 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Purchasing Serial Lot History'].ITEMNMBR AS 'Purchasing Serial Lot History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
POP30330 AS ['Purchasing Serial Lot History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Purchasing Serial Lot History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
11 | QTYTYPE ![]() | QTY Type | DDL_QTY_Type | Integer | 0 | |
12 | BIN ![]() | Bin | STR15_Bin | String | 15 | |
13 | MFGDATE ![]() | Manufacture Date | DT_Date | Date | 6 | |
14 | EXPNDATE ![]() | Expiration Date | DT_Date | Date | 6 | |
15 | 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. |