CRM 2011 - 如何使用联系人或潜在客户表单中的模板直接发送电子邮件?

发布于 2024-11-05 23:30:58 字数 118 浏览 2 评论 0原文

我对 CRM 世界还是个新手。我知道如何直接向联系人概述列表中的联系人发送电子邮件。但是可以通过联系表单上的自定义按钮来执行此操作吗?

如果是这样,我可以确保默认选择特定模板吗?

提前致谢!

I'm still new to the CRM world. I know how i can send direct emails to contacts from the contact overview list. But is it possible to do this from u custom button on the contact form?

And if so, can i make sure that a specific template is selected by default?

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

俯瞰星空 2024-11-12 23:30:58

我必须更深入地挖掘才能找到第二个问题的答案,但第一个问题绝对应该是可能的。在 Dynamics CRM SDK 帮助中查找 RibbonDiffXml。这将为您提供有关如何更改功能区的信息 -

Use RibbonDiffXml to create declarative definitions of modifications to the default Microsoft Dynamics CRM 2011 ribbon.

您可以通过自定义区域导出此 XML 并将其更新为具有自定义按钮。在按钮的操作中,您可以调用 JavaScript 方法(从您的 Web 资源之一)。通过 JavaScript,您应该能够打开一封新电子邮件(CRM 电子邮件或自定义 ISV)。

我建议尽可能使用内置的电子邮件模板。

I'd have to dig deeper to find the answer to your second question but the first bit should definitely be possible. In the Dynamics CRM SDK help look up RibbonDiffXml. This will give you information on how to alter the ribbon-

Use RibbonDiffXml to create declarative definitions of modifications to the default Microsoft Dynamics CRM 2011 ribbon.

You can export this XML via the customizations area and update it to have a custom button. In the actions of the button you can call a JavaScript method (from one of your web resources). Through the JavaScript you should be able to pop open a new email (either a CRM one or custom ISV).

I'd recommend using the built in email templates when possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文