Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/ELZ_GLIT
Product: Financial Elementz (6391)
Series: Financial
Display Name: ELZ_GL_Import_Translation
Physical Name: ELZ_GLIT
Technical Name: ELZ_GL_Import_TranslationSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 CURIDKEY Currency ID Key String STR15_Currency_ID 15 2 CURNCYID Currency ID String STR15_Currency_ID 15 Key to the Currency Setup (MC40200).
Click to show/hide
SELECT
['ELZ_GL_Import_Translation'].CURNCYID AS 'ELZ_GL_Import_Translation-Currency ID'
,['Currency Setup'].CURNCYID AS 'Currency Setup-Currency ID'
FROM
ELZ_GLIT AS ['ELZ_GL_Import_Translation']
INNER JOIN
DYNAMICS..MC40200 AS ['Currency Setup']
ON
['ELZ_GL_Import_Translation'].CURNCYID = ['Currency Setup'].CURNCYID