Bill of Materials Header (BM00101)

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

Product: Microsoft Dynamics GP (0)
Series: Inventory

Display Name: Bill of Materials Header
Physical Name: BM00101
Technical Name: bmBill

Group Display Name: Bill of Materials Cards
Group Technical Name: bmBillGroup

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['Bill of Materials Header'].ITEMNMBR AS 'Bill of Materials Header-Item Number'
       ,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
       BM00101 AS ['Bill of Materials Header']
INNER JOIN
       IV00101 AS ['Item Master']
              ON
                     ['Bill of Materials Header'].ITEMNMBR = ['Item Master'].ITEMNMBR
2Bill_Status SearchBill StatusIntegerDDL_Bill_Status0
3Status_Ord SearchStatus OrdLong Integerlong8
4BM_Stock_Method SearchBM Stock MethodIntegerDDL_BM_Stock_Method0
5Effective_Date SearchEffective DateDateDT8
6Obsolete_Date SearchObsolete DateDateDT8
7UOFM SearchU Of MStringU_Of_M8
The unit of measure. The value in this field must exist in Inventory.
8NOTEINDX SearchNote IndexCurrencyDLR1414
Key to the Record Notes Master (SY03900).

Click to show/hide

SELECT
       ['Bill of Materials Header'].NOTEINDX AS 'Bill of Materials Header-Note Index'
       ,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
       BM00101 AS ['Bill of Materials Header']
INNER JOIN
       SY03900 AS ['Record Notes Master']
              ON
                     ['Bill of Materials Header'].NOTEINDX = ['Record Notes Master'].NOTEINDX
9CREATDDT SearchCreated DateDateDT8
10MODIFDT SearchModified DateDateDT8

Leave a Reply

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