다음을 통해 공유


<NavBarArea> (FormXml)

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

엔터티 양식의 탐색 그룹 레이블을 대체하는 제목이 들어 있습니다.

구문

<NavBarArea 
 Id="String">
 <Titles />
</NavBarArea>

특성 및 요소

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

특성

Attribute Description Type Usage

Id

Specifies the navigation area that the child Title elements should replace.

String

Required

하위 요소

Element Description

<Titles> (FormXml)

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

상위 요소

Element Description

<NavBarAreas> (FormXml)

엔터티 양식에 대한 NavBarArea 정의가 들어 있습니다.

설명

The possible id attribute values are shown in the following table.

Value Description

Details

Title value will replace Common.

Info

Title value will replace Common.

Sales

Title value will replace Sales.

Service

Title value will replace Service.

Marketing

Title value will replace Marketing.

InternetMarketing

Title value will replace Internet Marketing.

Processes

Title value will replace Processes.

예제

The following shows an example of

<NavBarAreas>
 <NavBarArea Id="Details">
  <Titles>
   <Title LCID="1033" Text="Customized Details Title" />
 </Titles>
 </NavBarArea>
 <NavBarArea Id="Sales">
  <Titles>
   <Title LCID="1033" Text="Customized Sales Title" />
   <Title LCID="1031" Text="Custom Sales Title in German" />
  </Titles>
 </NavBarArea>
 <NavBarArea Id="Service">
  <Titles>
   <Title LCID="1033" Text="Customized Service Title" />
   </Titles>
 </NavBarArea>
</NavBarAreas>

요소 정보

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/Navigation/NavBarAreas/NavBarArea

참고 항목

개념

엔터티 양식 사용자 지정

기타 리소스

Form XML reference

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