Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/GTM01200
Product: Grant Management (4421)
Series:
Display Name: Grant Type Master
Physical Name: GTM01200
Technical Name: GTM_GrantType_MSTRSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 GRANTTYPE GTM_GrantType String STR15_LBAU 15 2 GRANTTYPEDESC GTM_GrantTypeDescription String STR64 64 3 NOTEINDX Note Index Currency DLR14 14 Key to the Record Notes Master (SY03900).
Click to show/hide
SELECT
['Grant Type Master'].NOTEINDX AS 'Grant Type Master-Note Index'
,['Record Notes Master'].NOTEINDX AS 'Record Notes Master-Note Index'
FROM
GTM01200 AS ['Grant Type Master']
INNER JOIN
SY03900 AS ['Record Notes Master']
ON
['Grant Type Master'].NOTEINDX = ['Record Notes Master'].NOTEINDX