Del via


<NavBar> (FormXml)

Gælder for: CRM 2016 on-prem, CRM Online

Repræsenterer en objektbeholder for elementer, der er føjet til navigationsruden i et detaljeformularvindue.

Syntaks

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

Attributter og elementer

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

Attributter

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

Underordnede elementer

Element Description

<NavBarByRelationshipItem> (FormXml)

Angiver et navigationselement i en objektformular, der er knyttet til en objektrelation.

<NavBarItem> (FormXml)

Angiver et navigationselement, der skal vises i en formular. Brug dette element, når navigationselementet ikke er knyttet til en objektrelation.

Overordnede elementer

Element Description

<Navigation> (FormXml)

Indeholder definitioner på navigationsindstillinger, der vises på formularsiden.

Elementoplysninger

Schema Type

FormNavBarType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

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

Se også

Begreber

Tilpasning af objektformularer

Andre ressourcer

Form XML reference

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