다음을 통해 공유


<NavBarItem> (FormXml)

적용 대상: CRM 2015 on-prem, CRM Online

양식에 표시할 탐색 항목을 지정합니다. 탐색 항목이 엔터티 관계와 연결되지 않은 경우 이 요소를 사용합니다.

구문

<NavBarItem
  Area = ["Details" | "Info" | "Sales" | "Service" | "Marketing" | "InternetMarketing" | "Processes"]
  AvailableOffline=["0" | "1" | "true" | "false"]
  Client= ["Web" | "Outlook"]
  Icon="String"
  Id="String"
  PassParams="Unsigned Byte"
  Sequence="Non Negative Integer"
  Url="String" >
  <Titles />
 </NavBarItem>

특성 및 요소

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

특성

Attribute Description Type Usage

Area

Specifies which area to include the element. See Remarks.

String

Optional

AvailableOffline

Specifies whether the item should be displayed while the user is not connected to the server. The default is ‘true’.

Boolean

Optional

Client

Specifies the intended client for the control.

Valid Values:

Web

Outlook

String

Optional

Icon

Specifies the image Web Resource to be displayed. The icon should be 16x16 pixels.

String

Required

Id

A unique id for the item.

String

Required

PassParams

Valid Values:

0 = do not pass parameters [default]

1 = pass parameters

Unsigned Byte (FormCRM_Boolean)

Optional

Sequence

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

Non Negative Integer

Optional

Url

Specifies the URL or Web Resource to display.

String

Optional

하위 요소

Element Description

<Titles> (FormXml)

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

상위 요소

Element Description

<NavBar> (FormXml)

세부 정보 양식 창의 탐색 창에 추가된 항목의 컨테이너를 나타냅니다.

설명

For each entity there is an Area attribute on the navigation area. This corresponds to the expandable areas in the navigation pane on a form. You can add a new NavBarItem to each area described here.

The possible values are shown in the following table.

Area value Description

“Info” or “Details”

The item is added under Common. This is the default.

Sales

The item is added under Sales.

Service

The item is added under Service.

Marketing

The item is added under Marketing.

InternetMarketing

The item is added under Internet Marketing.

Processes

The item is added under Processes.

요소 정보

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 to 100000

XPath

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

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

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.