In Dynamics CRM 2015 Email forms I need to know if email is forwarded, replied etc. In Dynamics CRM 2011 there used to be JavaScript variables for this e.g. isReply, isForward, isReplyall
These variables doesn't exists in Dynamics CRM 2013/2015. Is there any alternative to get this information on email form?
Regards Imran
We have to read the subject line of email to see
RE:
FW:
In addition to that CRM tracking token will be appended at the end of email subject.
If you want to configure for multilingual, use some config to have all the equivalent of
RE:
FW:
of your user base languages in a delimited string to check.