Delen via


<NavBarByRelationshipItem> (FormXml)

Van toepassing op: CRM 2015 on-prem, CRM Online

Hiermee wordt een navigatie-item opgegeven in een entiteitsformulier dat is gekoppeld aan een entiteitsrelatie.

Syntaxis

<NavBarByRelationshipItem
 Area= ["Details" | "Info" | "Sales" | "Service" | "Marketing" | "InternetMarketing" | "Processes"]
 AvailableOffline=["0" | "1" | "true" | "false"]
 Client="String"
 Icon="String"
 Id="String"
 RelationshipName="String"
 Sequence="Non Negative Integer"
 Show=["0" | "1" | "true" | "false"]
 TitleResourceId="String"
 ViewId="String">
 <Privileges />
 <Titles />
 <ToolTip />
</NavBarByRelationshipItem>

Kenmerken en elementen

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

Kenmerken

Attribute Description Type Usage

Area

Indicates which Area the relationship will display in. Valid values:

  • Details

  • Info

  • Sales

  • Service

  • Marketing

  • InternetMarketing

  • Processes

String

Optional

AvailableOffline

Indicates whether the navigation item will be show when the user is not connected to the server

Boolean

Optional

Client

Specifies the Microsoft Dynamics CRM clients that will display this navigation item.

String

Optional

Icon

The path to the image or Web Resource that represents the icon.

String

Optional

Id

The unique string identifying the navigation item.

String

Required

RelationshipName

The name of the entity relationship.

String

Required

Sequence

Indicates the order to display the item relative to other items.

Non Negative Integer

Optional

Show

Indicates whether the Navigation Link should be displayed by default.

Boolean

Optional

TitleResourceId

For internal use only.

String

Optional

ViewId

Valid value must match this regular expression:

\{?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}?

String (FormISVGuid)

Optional

Onderliggende elementen

Element Description

<Privileges> (FormXml)

Bevat de set gebruikersrechten die een gebruiker nodig heeft om het navigatie-tem in het formulier te kunnen weergeven.

<Titles> (FormXml)

Bevat definities van titelelementen.

<ToolTip> (FormXml)

Hiermee wordt de tekst opgegeven voor de knopinfo van een navigatie-item voor een formulier.

Bovenliggende elementen

Element Description

<NavBar> (FormXml)

Geeft een container weer voor items die aan het navigatiedeelvenster zijn toegevoegd in een detailformuliervenster.

Informatie over elementen

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

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

Zie ook

Concepten

Entiteitformulieren aanpassen

Overige resources

Form XML reference

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