简体   繁体   English

如何使用 CDO 和 Oracle Eloqua 在自定义 object 上生成 HTML

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

We are using HTML in a Custom Object in Eloqua.我们在 Eloqua 的自定义 Object 中使用 HTML。 We are importing this CDO to generate some emails.我们正在导入此 CDO 以生成一些电子邮件。

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.在邮件中,html 显示不正确。 It's dsiplaying like string "它像字符串一样播放“

  • Hello world你好世界
  • Hello Europe你好欧洲
" and not like a html list. " 而不像 html 列表。

We will like to know it's possible to generate HTML in Custom Object and call this object inside email.我们想知道在自定义 Object 中生成 HTML 并在 email 中调用这个 object 是可能的。

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.除了自定义 object 字段中明显的字符限制(标准文本为 250,大文本为 32,000)之外,Eloqua 并未设计为从字段合并中呈现 HTML,无论它来自联系人记录还是 CDO。

What's the use case?用例是什么?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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