Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/SOP10201
Product: Microsoft Dynamics GP (0)
Series: Sales
Display Name: Sales Serial/Lot Work and History Group Display Name: Sales Distribution
Physical Name: SOP10201
Technical Name: SOP_Serial_Lot_WORK_HIST
Group Technical Name: Sales Distribution
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | SOPTYPE ![]() | SOP Type | DDL_SOP_Type | Integer | 0 | |
2 | SOPNUMBE ![]() | SOP Number | STR20_SOP_Number | String | 17 | |
3 | LNITMSEQ ![]() | Line Item Sequence | LI_Sequence_Number | Long Integer | 10 | |
4 | CMPNTSEQ ![]() | Component Sequence | LI_Sequence_Number | Long Integer | 10 | |
5 | QTYTYPE ![]() | QTY Type | DDL_QTY_Type | Integer | 0 | |
6 | SERLTNUM ![]() | Serial/Lot Number | STR20 | String | 20 | |
7 | SERLTQTY ![]() | Serial/Lot QTY | DLR17_QTY_RBS0_UTR | Currency | 17 | |
8 | SLTSQNUM ![]() | Serial/Lot SEQ Number | LI_Sequence_Number | Long Integer | 10 | |
9 | DATERECD ![]() | Date Received | DATE | Date | 6 | |
10 | DTSEQNUM ![]() | Date SEQ Number | Sequence_Number | Currency | 19 | |
11 | UNITCOST ![]() | Unit Cost | DLR17_RBS0_UTR$ | Currency | 17 | |
12 | ITEMNMBR ![]() | Item Number | STR30_Item_Number | String | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Sales Serial/Lot Work and History'].ITEMNMBR AS 'Sales Serial/Lot Work and History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
SOP10201 AS ['Sales Serial/Lot Work and History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Sales Serial/Lot Work and History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
13 | TRXSORCE ![]() | TRX Source | STR13 | String | 13 | |
14 | POSTED ![]() | Posted | True/False | Boolean | 0 | |
15 | OVRSERLT ![]() | Override Serial/Lot | INT | Integer | 0 | |
16 | BIN ![]() | Bin | STR15_Bin | String | 15 | |
17 | MFGDATE ![]() | Manufacture Date | DT_Date | Date | 6 | |
18 | EXPNDATE ![]() | Expiration Date | DT_Date | Date | 6 | |
19 | 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. |