<NavBarArea> (FormXml)

应用到: CRM 2016 on-prem, CRM Online

包含用于替换实体窗体中的导航组标签的标题。

语法

<NavBarArea 
 Id="String">
 <Titles />
</NavBarArea>

属性和元素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

Id

Specifies the navigation area that the child Title elements should replace.

String

Required

子元素

Element Description

<Titles> (FormXml)

包含 Title 元素的定义。

父元素

Element Description

<NavBarAreas> (FormXml)

包含实体窗体的 NavBarArea 定义。

备注

The possible id attribute values are shown in the following table.

Value Description

Details

Title value will replace Common.

Info

Title value will replace Common.

Sales

Title value will replace Sales.

Service

Title value will replace Service.

Marketing

Title value will replace Marketing.

InternetMarketing

Title value will replace Internet Marketing.

Processes

Title value will replace Processes.

示例

The following shows an example of

<NavBarAreas>
 <NavBarArea Id="Details">
  <Titles>
   <Title LCID="1033" Text="Customized Details Title" />
 </Titles>
 </NavBarArea>
 <NavBarArea Id="Sales">
  <Titles>
   <Title LCID="1033" Text="Customized Sales Title" />
   <Title LCID="1031" Text="Custom Sales Title in German" />
  </Titles>
 </NavBarArea>
 <NavBarArea Id="Service">
  <Titles>
   <Title LCID="1033" Text="Customized Service Title" />
   </Titles>
 </NavBarArea>
</NavBarAreas>

元素信息

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/Navigation/NavBarAreas/NavBarArea

另请参阅

概念

自定义实体窗体

其他资源

Form XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.