<NavBarArea> (FormXml)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the titles that replace the navigation group labels in the entity form.
Syntax
<NavBarArea
Id="String">
<Titles />
</NavBarArea>
Attributes and Elements
The following describes the attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
Type |
Usage |
---|---|---|---|
Id |
Specifies the navigation area that the child Title elements should replace. |
String |
Required |
Child Elements
Element |
Description |
---|---|
Contains definitions of Title elements. |
Parent Elements
Element |
Description |
---|---|
Contains the NavBarArea definitions for the entity form. |
Remarks
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. |
Example
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>
Element Information
Schema Name |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
0 or more |
XPath |
|
See Also
Customize entity forms
Form XML reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright