Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/ELZ_VTL
Product: Financial Elementz (6391)
Series: Project
Display Name: ELZ_Vendor_Translation
Physical Name: ELZ_VTL
Technical Name: ELZ_Vendor_TranslationSeq No Physical Name Display Name Dexterity Data Type SQL Data Type Length 1 STVNDRID Start Vendor ID String STR15_LBU 15 2 VENDORID Vendor ID String STR_15_Vendor_ID 15 Key to the PM Vendor Master File (PM00200).
Click to show/hide
SELECT
['ELZ_Vendor_Translation'].VENDORID AS 'ELZ_Vendor_Translation-Vendor ID'
,['PM Vendor Master File'].VENDORID AS 'PM Vendor Master File-Vendor ID'
FROM
ELZ_VTL AS ['ELZ_Vendor_Translation']
INNER JOIN
PM00200 AS ['PM Vendor Master File']
ON
['ELZ_Vendor_Translation'].VENDORID = ['PM Vendor Master File'].VENDORID