Is it possible to have auto-populating contacts in the "To" column of an email form based on which email template you choose?
Like
1 comments
14:12 Feb 19, 2021
Hello Mitch,
It's not possible using the standard application configuration since the "To" column select records from the "VwRecepientEmail" table that has no connection to the "EmailTemplate" table. Theoretically it can be done, but it requires some modifications:
1) You need to create a separate object that will connect contacts and email templates
2) Override the getLookupConfig method from the base EmailPageV2 or create a filter group function for the "Recepient" column (by adding lookupListConfig parameter for the "Recepient" column)
Best regards,
Oscar
Show all comments