<Area> (SiteMap)
적용 대상: CRM 2015 on-prem, CRM Online
Specifies the areas that appear in the navigation pane.
구문
<Area
URL=string
Id=string
ShowGroups=true|false>
<Titles>
<Descriptions>
<Group>
</Area>
특성 및 요소
특성
Attribute | Description | Type | Usage |
---|---|---|---|
Description |
Deprecated. Use the <Description> (SiteMap) element. |
String |
Optional |
DescriptionResourceID |
내부 전용입니다. |
String |
Optional |
Icon |
Specifies a URL to a 16x16 pixel image that will be displayed in the Navigation pane for this area. |
String |
Optional |
Id |
Specifies a unique identifier in ASCII. Valid values are a-z, A-Z, 0-9, and underscore (_). Spaces are not allowed. |
String |
Required |
License |
Deprecated. |
String |
Optional |
ResourceId |
내부 전용입니다. |
String |
Optional |
ShowGroups |
Controls whether groups of sub-areas are shown in the navigation pane. Valid values are true and false. |
Boolean |
Optional |
Title |
Deprecated. Use the <Titles> (SiteMap) and <Title> (SiteMap) elements. |
String |
Optional |
Url |
Specifies the Outlook용 CRM URL to render for the Outlook folder that represents the Area. |
String |
Optional |
하위 요소
Element | Description |
---|---|
Contains a set of localized titles for an area. |
|
Contains a set of localized descriptions. |
|
Specifies a group of subareas. |
상위 요소
Element | Description |
---|---|
Specifies the root node for the site map. |
설명
The Application Areas in Microsoft Dynamics CRM include Workplace, Sales, Marketing, Customer Service, Settings and Help. New areas can be added or existing Areas can be removed. However, removing the Settings area is not recommended. Instead, use privileges to control access to Settings.
The Navigation Pane will not display Area elements without visible SubArea elements. SubArea elements may be hidden from users based on security privileges. If all the SubArea elements in an Area are hidden, or none are defined, the Area will not display.
예제
The following shows an example of how to use the Area element.
<Area Id="Custom_Area">
<Titles>
<Title LCID="1033" Title="English Area Title"/>
<Title LCID="1031" Title="German Area Title"/>
</Titles>
<Descriptions>
<Description LCID="1033" Description="English Description"/>
<Description LCID="1031" Description="German Description"/>
</Descriptions>
<Group Id="Custom_Group">
<SubArea Id="Custom_SubArea"
Url="http://my_app/my_page.aspx"
AvailableOffline="false" >
<Titles>
<Title LCID="1033" Title="English SubArea Title"/>
<Title LCID="1031" Title="German SubArea Title"/>
</Titles>
</SubArea>
</Group>
</Area>
요소 정보
Schema Name |
SiteMap |
Validation File |
SiteMapType.xsd |
Number of Occurrences |
0 or More |
XPath |
//SiteMap/SiteMap/Area |
참고 항목
개념
기타 리소스
Microsoft Dynamics CRM 2015 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.