Hi.
I'm new, and trying to create a form letter with the CRM and Report Designer.
I'm attempting to use a HTML input field for the letter body. This works fine, except for the dynamic fields. Anything like [opportunity.contactsName] is ignored by the report generation and prints static, unlike if I use regular text fields. If I use regular text though...I of course get HTML markup printed.
I'm guessing I need some sort of 'escape' character if this is to work at all. The idea is that the office personell will be able to update the form-letter details, formatting, etc from within the CRM console and not have to dig into the Report Designer to make changes.
I'd also like to access the field formatting for variables inside the HTML. That may be a tall order. Is there a way to collect the variables/fields to the designer, format them (ie date display formatting) and then have other fields reference them locally?
Thanks!