Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00114
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Inactive Items
Physical Name: IV00114
Technical Name: ivItemInactiveSeq 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
['Inactive Items'].ITEMNMBR AS 'Inactive Items-Item Number'
,['Item Master'].ITEMNMBR AS 'Item Master-Item Number'
FROM
IV00114 AS ['Inactive Items']
INNER JOIN
IV00101 AS ['Item Master']
ON
['Inactive Items'].ITEMNMBR = ['Item Master'].ITEMNMBR