简体   繁体   中英

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

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:)

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM