Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/IV00110
Product: Microsoft Dynamics GP (0)
Series: Inventory
Display Name: Planner Master
Physical Name: IV00110
Technical Name: ivPlannersSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 PLANNERID Planner ID String STR15_User_ID 15 2 PLANNERNAME Planner Name String STR30 30 3 NOTEINDX Note Index Currency DLR14 14 Key to the Record Notes Master (SY03900).
Click to show/hide
SELECT
['Planner Master'].NOTEINDX AS 'Planner Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
IV00110 AS ['Planner Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Planner Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX