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_LOCKSeq 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/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
2 SOPNUMBE SOP Number String STR20_SOP_Number 17 3 USERID User ID String STR15_User_ID 15 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