简体   繁体   English

如何将引导程序添加到CRM Dynamics 365?

[英]How to add bootstrap to CRM Dynamics 365?

我只是想问,是否可以将Bootstrap添加到Dynamics 365中以创建电子邮件模板?

Basic HTML support is available while designing Email templates in Dynamics CRM (365 - Customer engagement) 在Dynamics CRM中设计电子邮件模板时 ,可以使用基本的HTML支持(365-与客户互动)

For advanced responsive UI/UX using Bootstrap, Probably you have to inject the stylesheets (css) with the help of CRM Developer. 对于使用Bootstrap的高级响应式UI / UX,可能必须在CRM Developer的帮助下注入样式表(css)。

Reference 参考

Yes it is possible, but not recommended. 是的,有可能,但不建议这样做。 HTML emails should be designed differently to websites, due to compatibility limitations of individual email clients. 由于各个电子邮件客户端的兼容性限制,因此HTML电子邮件的设计应与网站设计不同。 Campaign Monitor have a great breakdown of clients and what css they support. Campaign Monitor对客户及其支持的CSS有很大的细分。

Instead of loading Bootstrap in a <style> tag (which would be ignored by Gmail), you should use inline styles . 您不应使用<style>标记(Gmail会忽略该标记)加载Bootstrap,而应使用内联样式 See this StackOverflow post for best practices on styling HTML emails. 有关样式化HTML电子邮件的最佳做法,请参见此StackOverflow帖子

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

相关问题 Dynamics 365 CRM 集成 - Dynamics 365 CRM integration Dynamics 365 CRM 报告 - Dynamics 365 CRM reports 如何传递 EntityReference 以在 Microsoft Dynamics 365 CRM 中的查找字段上添加属性值 - How to pass an EntityReference to add attribute value on a lookup field in Microsoft Dynamics 365 CRM 在Dynamics 365 CRM App中导航 - Navigating in the dynamics 365 CRM App Mobile Dynamics CRM 365应用程序 - Mobile Dynamics CRM 365 application 如何使用 SSMS 连接到 MS Dynamics 365 CRM - How can I connect to MS Dynamics 365 CRM with SSMS 如何在Dynamics CRM 365中为“ CallFrom”和“ CallTo”创建电话活动记录 - How to create record for Phonecall Activity in Dynamics CRM 365 for 'CallFrom' and 'CallTo' 在Dynamics 365 CRM中,如何在“联系人详细信息”页面上放置一个电子邮件按钮? - In Dynamics 365 CRM , how to put an email button on Contact details page? 如何管理MS Dynamics 365 CRM门户自定义代码? - How to manage MS Dynamics 365 CRM Portal custom codes? 在“内部CRM 365”中,如何在仪表板上集成小插曲“ Power bi”? - in “Crm dynamics 365 on premise” how to integrate the vignettes “Power bi” in dashboard?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM