Freigeben über


<NavBar> (FormXml)

Betrifft: CRM 2016 on-prem, CRM Online

Stellt einen Container für Elemente dar, die dem Navigationsbereich in einem Detailformularfenster hinzugefügt wurden.

Syntax

<NavBar
 ValidForCreate="Unsigned Byte"
 ValidForUpdate="Unsigned Byte" >
 <NavBarByRelationshipItem />
 <NavBarItem />
</NavBar>

Attribute und Elemente

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

Attribute

Attribute Description Type Usage

ValidForCreate

Specifies whether the NavBar should be shown in the form navigation when a record is being created.

Unsigned Byte

Optional

ValidForUpdate

Specifies whether the NavBar should be shown in the form navigation when a record is being updated.

Unsigned Byte

Optional

Untergeordnete Elemente

Element Description

<NavBarByRelationshipItem> (FormXml)

Gibt ein Navigationselement in einem Entitätsformular an, das mit einer Entitätsbeziehung verknüpft ist.

<NavBarItem> (FormXml)

Gibt ein Navigationselement an, das in einem Formular angezeigt wird. Verwenden Sie dieses Element, wenn das Navigationselement nicht mit einer Entitätsbeziehung verknüpft ist.

Übergeordnete Elemente

Element Description

<Navigation> (FormXml)

Enthält Definitionen von Navigationsoptionen, die auf der Formularseite angezeigt werden.

Elementinformationen

Schema Type

FormNavBarType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

//FormXml/forms/systemform/form/Navigation/NavBar

Siehe auch

Konzepte

Anpassen von Entitätsformularen

Weitere Ressourcen

Form XML reference

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