MRP Security (MPS10000)

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

Product: Manufacturing (346)
Series:

Display Name: MRP Security
Physical Name: MPS10000
Technical Name: MRP_Security

Group Display Name: Manufacturing MRP
Group Technical Name: Manufacturing MRP

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1RESOURCENAME_I SearchResource NameStringSTR30_UC30
2USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['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
3INDEXNUMBER_I SearchIndex NumberIntegerINT54
4ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['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

Leave a Reply

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