Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/MPS10000
Product: Manufacturing (346)
Series:
Display Name: MRP Security Group Display Name: Manufacturing MRP
Physical Name: MPS10000
Technical Name: MRP_Security
Group Technical Name: Manufacturing MRP
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | RESOURCENAME_I | Resource Name | String | STR30_UC | 30 | |
2 | USERID | User ID | String | STR15_User_ID | 15 | |
Key to the Users Master (SY01400).
Click to show/hideSELECT
['MRP Security'].USERID AS 'MRP Security-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
MPS10000 AS ['MRP Security']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['MRP Security'].USERID = ['Users Master'].USERID | ||||||
3 | INDEXNUMBER_I | Index Number | Integer | INT5 | 4 | |
4 | ITEMNMBR | Item Number | String | STR30_Item_Number | 30 | |
Key to the Item Master (IV00101).
Click to show/hideSELECT
['MRP Security'].ITEMNMBR AS 'MRP Security-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
MPS10000 AS ['MRP Security']
INNER JOIN
IV00101 AS ['Item Master']
ON
['MRP Security'].ITEMNMBR = ['Item Master'].ITEMNMBR |