Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/NCABR800
Product: Advanced Bank Reconciliation (2440)
Series: Financial
Display Name: NC_ABR_Activity
Physical Name: NCABR800
Technical Name: NC_ABR_ActivitySeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 NCACTVTY NC_Activity INT Integer 0 2 BANKID Bank ID STR15_Bank_ID String 15 3 USERID User ID STR15_User_ID String 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['NC_ABR_Activity'].USERID AS 'NC_ABR_Activity-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
NCABR800 AS ['NC_ABR_Activity']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['NC_ABR_Activity'].USERID = ['Users Master'].USERID