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

제목 요소의 정의가 들어 있습니다.

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