ISC_POM_LOCK (ISC_LOCK)

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

Product: Purchase Order Management (8298)
Series: Purchasing

Display Name: ISC_POM_LOCK
Physical Name: ISC_LOCK
Technical Name: ISC_POM_LOCK

Seq NoPhysical NameDisplay NameDexterity Data TypeSQL Data TypeLength
1ITEMNMBR SearchItem NumberStringSTR30_Item_Number30
Key to the Item Master (IV00101).

Click to show/hide

SELECT
       ['ISC_POM_LOCK'].ITEMNMBR AS 'ISC_POM_LOCK-Item Number'
       ,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
       ISC_LOCK AS ['ISC_POM_LOCK']
INNER JOIN
       IV00101 AS ['Item Master']
              ON
                     ['ISC_POM_LOCK'].ITEMNMBR = ['Item Master'].ITEMNMBR
2SOPNUMBE SearchSOP NumberStringSTR20_SOP_Number17
3USERID SearchUser IDStringSTR15_User_ID15
Key to the Users Master (SY01400).

Click to show/hide

SELECT
       ['ISC_POM_LOCK'].USERID AS 'ISC_POM_LOCK-User ID'
       ,['Users Master'].USERID AS 'Users Master-User ID'
FROM
       ISC_LOCK AS ['ISC_POM_LOCK']
INNER JOIN
       DYNAMICS..SY01400 AS ['Users Master']
              ON
                     ['ISC_POM_LOCK'].USERID = ['Users Master'].USERID

Leave a Reply

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