简体   繁体   English

在 Dynamics CRM 2011 - 表单编辑器的部分中创建子部分

[英]Create sub section within section of Dynamics CRM 2011 - Form Editor

I am assigned with a task of adding subsection within section of MS CRM 2011 - Form Editor.我的任务是在 MS CRM 2011 - 表单编辑器的部分中添加小节。

Description: I can't find any default way of adding Nested Sections.描述:我找不到任何添加嵌套部分的默认方式。 Searching it on internet, I found that we can do it by changing XML that is being built in background but I can't find any way of importing and exporting XML.在互联网上搜索它,我发现我们可以通过更改后台构建的 XML 来实现,但我找不到任何导入和导出 XML 的方法。

I came across thislink but this doesn't help.我遇到了这个链接,但这没有帮助。

Please let me know how can I achieve this in Dynamics CRM 2011请让我知道如何在Dynamics CRM 2011中实现此目的

Nested sections - Why would you do that?嵌套部分 - 你为什么要这样做? Its highly dangerous UNSUPPORTED customization.其高度危险的不受支持的定制。 You may need to touch these.您可能需要触摸这些。

Form XML Schema and<sections> (FormXml) 表单 XML 模式<sections> (FormXml)

<xs:element name="sections" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="section" minOccurs="0" maxOccurs="unbounded">

What I would recommend is try to achieve it with Tabs & Sections .我建议的是尝试使用Tabs & Sections来实现它。 Tabs are collapsible & hide-able.选项卡是可折叠和隐藏的。

Otherwise you can add a HTML web resource & do the styling the way you want using CSS, etc.否则,您可以添加 HTML 网络资源并使用 CSS 等按照您想要的方式进行样式设置。

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

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