这里有一篇文章用一个示例描述了如何在CRM Web中添加一个自定义按钮,由此按钮来触发定制的扩展Web程序。http://msdn2.microsoft.com/en-us/library/bb267367.aspx
关于CDATA: CRM 的 customization.xml 中大量使用了CDATA
关于CDATA: CRM 的 customization.xml 中大量使用了CDATA
CDATA sections provide a way to tell the parser that there is no markup in the characters contained by the CDATA section. This makes it much easier to create documents containing sections where markup characters might appear, but where no markup is intended. CDATA sections are commonly used for scripting language content and sample XML and HTML content.
http://msdn2.microsoft.com/en-us/library/ms256076.aspx
本文介绍如何在CRMWeb中添加自定义按钮以触发扩展Web程序,并解释了CDATA在customization.xml文件中的作用。
259

被折叠的 条评论
为什么被折叠?



