Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/TANPWD
Product: Technical Service Tools (1838)
Series:
Display Name: TANPWD
Physical Name: TANPWD
Technical Name: TA_NewPasswordSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 PASSWORD Password String STR15_LB 15 2 USERID User ID String STR15_User_ID 15 Key to the Users Master (SY01400).
Click to show/hide
SELECT
['TANPWD'].USERID AS 'TANPWD-User ID'
,['Users Master'].USERID AS 'Users Master-User ID'
FROM
TANPWD AS ['TANPWD']
INNER JOIN
DYNAMICS..SY01400 AS ['Users Master']
ON
['TANPWD'].USERID = ['Users Master'].USERID