Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MF010130
Product: Manufacturing (346)
Series:
Display Name: MPS Line Group Display Name: Manufacturing MPS
Physical Name: MF010130
Technical Name: MF_LINE
Group Technical Name: Manufacturing MPS
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | PLANNAME_I | Plan Name | String | STR15 | 15 | |
2 | MFLINEITEM_I | MF Line Item | Integer | INT3 | 3 | |
3 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['MPS Line'].ITEMNMBR AS 'MPS Line-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MF010130 AS ['MPS Line']
INNER JOIN
IV00101 AS ['Item Master']
ON
['MPS Line'].ITEMNMBR = ['Item Master'].ITEMNMBR | ||||||
4 | ROUTINGNAME_I | RoutingName | String | STR30_Item_Number | 30 | |
5 | SCHEDULINGPREFEREN_I | Scheduling Preference | String | STR20 | 20 | |
6 | DRAWFROMSITE_I | Draw From Site | String | STR10_Location_Code | 10 | |
7 | POSTTOSITE_I | Post To Site | String | STR10_Location_Code | 10 | |
8 | BOMCAT_I | BOM Cat | Integer | DDL_BOM_Cat | 0 | |
9 | BOMNAME_I | BOM Name | String | STR15_LBU | 15 |