<NavBarByRelationshipItem> (FormXml)

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

指定实体窗体中与实体关系关联的导航项。

语法

<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>

属性和元素

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

属性

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

子元素

Element Description

<Privileges> (FormXml)

包含用户在窗体中显示导航项所需的权限集。

<Titles> (FormXml)

包含 Title 元素的定义。

<ToolTip> (FormXml)

指定要为窗体的导航项中的工具提示显示的文本。

父元素

Element Description

<NavBar> (FormXml)

表示已添加到详细信息窗体窗口中的导航窗格的项的容器。

元素信息

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or 1

XPath

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

另请参阅

概念

自定义实体窗体

其他资源

Form XML reference

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