Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/BM30400
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Assembly Serial Lot History Group Display Name: Bill of Materials Transaction History
Physical Name: BM30400
Technical Name: bmTrxSerialLotHist
Group Technical Name: bmTrxHistGroup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | TRX_ID | TRX ID | String | STR17_TRX_ID | 17 | |
2 | Component_ID | Component ID | Long Integer | LI_Sequence_Number | 10 | |
3 | SLTYPE | Serial/Lot Type | Integer | INT1 | 1 | |
4 | SLTSQNUM | Serial/Lot SEQ Number | Long Integer | LI_Sequence_Number | 10 | |
5 | SERLTNUM | Serial/Lot Number | String | STR20 | 20 | |
6 | SERLTQTY | Serial/Lot QTY | Currency | DLR17_QTY_RBS0_UTR | 17 | |
7 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['Assembly Serial Lot History'].ITEMNMBR AS 'Assembly Serial Lot History-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
BM30400 AS ['Assembly Serial Lot History']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Assembly Serial Lot History'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
8 | QTYTYPE | QTY Type | Integer | DDL_QTY_Type | 0 | |
9 | DATERECD | Date Received | Date | DATE | 6 | |
10 | DTSEQNUM | Date SEQ Number | Currency | Sequence_Number | 19 | |
11 | PARSLSEQN | Parent Serial/Lot SEQ Number | Long Integer | LI_Sequence_Number | 10 | |
12 | Parent_Component_ID | Parent Component ID | Long Integer | LI_Sequence_Number | 10 | |
13 | ITMTRKOP | Item Tracking Option | Integer | DDL_Track | 0 | |
Designation for the tracking type of the Item.
Click to show/hide Item Tracking Options1 0 decimals
2 1
3 2
4 3
5 4
6 5 | ||||||
14 | TRXSORCE | TRX Source | String | STR13 | 13 | |
15 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
16 | BIN | Bin | String | STR15_Bin | 15 | |
17 | MFGDATE | Manufacture Date | Date | DT_Date | 6 | |
18 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |