Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/BM10400
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Assembly Serial Lot Group Display Name: Bill of Materials Transactions
Physical Name: BM10400
Technical Name: bmTrxSerialLot
Group Technical Name: bmTrxGroup
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'].ITEMNMBR AS 'Assembly Serial Lot-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
BM10400 AS ['Assembly Serial Lot']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Assembly Serial Lot'].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 | OVRSERLT | Override Serial/Lot | Integer | INT | 0 | |
12 | PARSLSEQN | Parent Serial/Lot SEQ Number | Long Integer | LI_Sequence_Number | 10 | |
13 | Parent_Component_ID | Parent Component ID | Long Integer | LI_Sequence_Number | 10 | |
14 | 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 | ||||||
15 | TRXSORCE | TRX Source | String | STR13 | 13 | |
16 | UNITCOST | Unit Cost | Currency | DLR17_RBS0_UTR$ | 17 | |
17 | Status | Status | Integer | INT | 0 | |
18 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['Assembly Serial Lot'].LOCNCODE AS 'Assembly Serial Lot-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
BM10400 AS ['Assembly Serial Lot']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['Assembly Serial Lot'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
19 | BIN | Bin | String | STR15_Bin | 15 | |
20 | MFGDATE | Manufacture Date | Date | DT_Date | 6 | |
21 | EXPNDATE | Expiration Date | Date | DT_Date | 6 |