How to generate HTML on custom object using CDO with Oracle Eloqua

89 Views Asked by At

We are using HTML in a Custom Object in Eloqua. We are importing this CDO to generate some emails.

The code can look like this:

<ul> <li>Hello world</li><li>Hello Europe</li> </ul>

On the mail the html is not display correctly. It's dsiplaying like string "

  • Hello world
  • Hello Europe
" and not like a html list.

We will like to know it's possible to generate HTML in Custom Object and call this object inside email.

Thank you for your help and have a nice day :)

1

There are 1 best solutions below

0
On

Aside from the obvious character limit in custom object fields (250 for standard text, 32,000 for large text), Eloqua is not designed to render the HTML from field merges, whether it comes from the contact record or the CDO.

What's the use case?