Hi.
When I send a meeting request from the meetings module which is associated with an account is there a simpleish way for me to modify the system so that it adds the Account Name to the Subject and Body of the email?
Is there a template somewhere that I need to modify to include it?
Thanks in advice for any help on where i need to go look.
Can I copy htdocs/include/language/en_us.notify_template.html
to custom/include/language so that it will be upgrade safe, and edit the meeting bit
SuiteCRM Meeting - {MEETING_SUBJECT}
and change it to:-
SuiteCRM Meeting - {MEETING_SUBJECT}
SuiteCRM Meeting - {MEETING_SUBJECT} - Account - {ACCOUNT_NAME}
Doing the above modifys the subject so it says Account but the actual account associated with the meeting is not included