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 Group Display Name: Bill of Materials Cards
Physical Name: BM00101
Technical Name: bmBill
Group Technical Name: bmBillGroup
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['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 | ||||||
2 | Bill_Status | Bill Status | Integer | DDL_Bill_Status | 0 | |
3 | Status_Ord | Status Ord | Long Integer | long | 8 | |
4 | BM_Stock_Method | BM Stock Method | Integer | DDL_BM_Stock_Method | 0 | |
5 | Effective_Date | Effective Date | Date | DT | 8 | |
6 | Obsolete_Date | Obsolete Date | Date | DT | 8 | |
7 | UOFM | U Of M | String | U_Of_M | 8 | |
The unit of measure. The value in this field must exist in Inventory. | ||||||
8 | NOTEINDX | Note Index | Currency | DLR14 | 14 | |
Key to the Record Notes Master (SY03900).
Click to show/hideSELECT
['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 | ||||||
9 | CREATDDT | Created Date | Date | DT | 8 | |
10 | MODIFDT | Modified Date | Date | DT | 8 |