Assembly Component (BM10300)

Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/BM10300

Product: Microsoft Dynamics GP (0)
Series: Inventory

Display Name: Assembly Component
Physical Name: BM10300
Technical Name: bmTrxComp

Group Display Name: Bill of Materials Transactions
Group Technical Name: bmTrxGroup

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1TRX_ID SearchTRX IDStringSTR17_TRX_ID17
2Component_ID SearchComponent IDLong IntegerLI_Sequence_Number10
3Parent_Component_ID SearchParent Component IDLong IntegerLI_Sequence_Number10
4ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['Assembly Component'].ITEMNMBR AS 'Assembly Component-Item Number'
       ,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
       BM10300 AS ['Assembly Component']
INNER JOIN
       IV00101 AS ['Item Master']
              ON
                     ['Assembly Component'].ITEMNMBR = ['Item Master'].ITEMNMBR
5ITEMDESC SearchItem DescriptionStringSTR100100
6UOFM SearchU Of MStringU_Of_M8
The unit of measure. The value in this field must exist in Inventory.
7LOCNCODE SearchLocation CodeStringSTR10_Location_Code10
Key to the Site Setup (IV40700).

Click to show/hide

SELECT
       ['Assembly Component'].LOCNCODE AS 'Assembly Component-Location Code'
       ,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
       BM10300 AS ['Assembly Component']
INNER JOIN
       IV40700 AS ['Site Setup']
              ON
                     ['Assembly Component'].LOCNCODE = ['Site Setup'].LOCNCODE
8Location_Code_Note_Index SearchLocation Code Note IndexCurrencyDLR1414
9Stock_Quantity SearchStock QuantityCurrencyDLR17_QTY_RBS0_UTR17
10Assemble_Quantity SearchAssemble QuantityCurrencyDLR17_QTY_RBS0_UTR17
11ATYALLOC SearchQTY AllocatedCurrencyDLR17_QTY_RBS0_UTR17
12BM_Stock_Method SearchBM Stock MethodIntegerDDL_BM_Stock_Method0
13Cost_Type SearchCost TypeIntegerDDL_Cost_Type0
14INVINDX SearchInventory IndexLong IntegerLI_1414
Key to the Account Index Master (GL00105).

Click to show/hide

SELECT
       ['Assembly Component'].INVINDX AS 'Assembly Component-Inventory Index'
       ,['Account Index Master'].ACTINDX AS 'Account Index Master-Account Index'
FROM
       BM10300 AS ['Assembly Component']
INNER JOIN
       GL00105 AS ['Account Index Master']
              ON
                     ['Assembly Component'].INVINDX = ['Account Index Master'].ACTINDX
15Inventory_Account_Reference SearchInventory Account ReferenceStringSTR3030
16Inventory_Account_Note_I SearchInventory Account Note IndexCurrencyDLR1414
17Variance_Index SearchVariance IndexLong IntegerLI_1414
18Variance_Account_Reference SearchVariance Account ReferenceStringSTR3030
19Variance_Account_Note_In SearchVariance Account Note IndexCurrencyDLR1414
20Design_Quantity SearchDesign QuantityCurrencyDLR17_QTY_RBS0_UTR17
21Scrap_Percentage SearchScrap PercentageIntegerINT4_%24
22STNDCOST SearchStandard CostCurrencyDLR17_RBS0_UTR$17
23Standard_Quantity SearchStandard QuantityCurrencyDLR17_QTY_RBS0_UTR17
24Extended_Standard_Cost SearchExtended Standard CostCurrencyDLR17_RBS0_UTR$17
25Extended_Standard_Quantity SearchExtended Standard QuantityCurrencyDLR17_QTY_RBS0_UTR17
26Ext_Assemble_Qty_Posting_Cost SearchExt Assemble Qty Posting CostCurrencyDLR17_RBS0_UTR$17
27Ext_Stock_Receipt_Cost SearchExt Stock Receipt CostCurrencyDLR17_RBS0_UTR$17
28Ext_Stock_Qty_Posting_Cost SearchExt Stock Qty Posting CostCurrencyDLR17_RBS0_UTR$17
29Ext_Subasm_Posting_Cost SearchExt Subasm Posting CostCurrencyDLR17_RBS0_UTR$17
30Ext_Subasm_Receipt_Cost SearchExt Subasm Receipt CostCurrencyDLR17_RBS0_UTR$17
31BM_Component_Type SearchBM Component TypeIntegerDDL_BM_Component_Type0
32Lvl SearchLevelIntegerINT11
33QTYBSUOM SearchQTY In Base U Of MCurrencyDLR17_QTY_RBS0_STR17
34Assemble_Serial_Lot_Count SearchAssemble Serial Lot CountCurrencyDLR17_QTY_RBS0_UTR17
35Stock_Serial_Lot_Count SearchStock Serial Lot CountCurrencyDLR17_QTY_RBS0_UTR17
36Temp_Allocated_Quantity SearchTemp Allocated QuantityCurrencyDLR17_QTY_RBS0_UTR17
37Temp_Assemble_Quantity SearchTemp Assemble QuantityCurrencyDLR17_QTY_RBS0_UTR17
38Temp_Extended_Assemble_Q SearchTemp Extended Assemble QuantityCurrencyDLR17_QTY_RBS0_UTR17
39Temp_Location_Code SearchTemp Location CodeStringSTR10_Location_Code10
40Temp_Stock_Quantity SearchTemp Stock QuantityCurrencyDLR17_QTY_RBS0_UTR17
41Temp_Extended_Stock_Quan SearchTemp Extended Stock QuantityCurrencyDLR17_QTY_RBS0_UTR17
42DECPLQTY SearchDecimal Places QTYSIntegerDDL_Decimal_Places_QTYS0
43DECPLCUR SearchDecimal Places CurrencyIntegerDDL_Decimal_Places_Dollars0
44ITMTRKOP SearchItem Tracking OptionIntegerDDL_Track0
Designation for the tracking type of the Item.

Click to show/hide Item Tracking Options

1	0 decimals
2	1
3	2
4	3
5	4
6	5
45NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Assembly Component'].NOTEINDX AS 'Assembly Component-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       BM10300 AS ['Assembly Component']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Assembly Component'].NOTEINDX = ['Record Notes Master'].NOTEINDX
46BM_Component_Errors SearchBM Component ErrorsLong IntegerML_BM_Component_Errors0
47TRXSORCE SearchTRX SourceStringSTR1313
48EXTQTYAL SearchExisting Qty AvailableCurrencyDLR17_RBS0_UTR$17
49EXTQTYSEL SearchExisting Qty SelectedCurrencyDLR17_QTY_RBS0_STR17
50Temp_Extended_Standard_Q SearchTemp Extended Standard QuantityCurrencyDLR17_QTY_RBS0_UTR17
51Temp_Existing_Quantity_A SearchTemp Existing Quantity AvailableCurrencyDLR17_QTY_RBS0_UTR17
52Incl SearchIncludeIntegerINT0
53BM_Component_Options SearchBM Component OptionsLong IntegerML_BM_Component_Options0
54BIN SearchBinStringSTR15_Bin15

Leave a Reply

Your email address will not be published. Required fields are marked *