Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MRP0100
Product: Manufacturing (346)
Series:
Display Name: mrpItemsList Group Display Name: Manufacturing MRP
Physical Name: MRP0100
Technical Name: mrpItemsList
Group Technical Name: Manufacturing MRP
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
['mrpItemsList'].ITEMNMBR AS 'mrpItemsList-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MRP0100 AS ['mrpItemsList']
INNER JOIN
IV00101 AS ['Item Master']
ON
['mrpItemsList'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
2 | LLC | LLC | Long Integer | INT9 | 9 | |
3 | LOCNCODE | Location Code | String | STR10_Location_Code | 10 | |
Key to the Site Setup (IV40700).
Click to show/hideSELECT
['mrpItemsList'].LOCNCODE AS 'mrpItemsList-Location Code'
,['Site Setup'].LOCNCODE AS 'Site Setup-Location Code'
FROM
MRP0100 AS ['mrpItemsList']
INNER JOIN
IV40700 AS ['Site Setup']
ON
['mrpItemsList'].LOCNCODE = ['Site Setup'].LOCNCODE | ||||||
4 | BASEUOFM | Base U Of M | String | U_Of_M | 8 | |
5 | DECPLQTY | Decimal Places QTYS | Integer | DDL_Decimal_Places_QTYS | 0 |