Group Element (SiteMap)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Find the latest SDK documentation: CRM 2015 SDK

Specifies a group of subareas.

Element Information

Number of occurrences Zero or more.
Parent elements Area
Child elements SubArea

Titles

Descriptions

XPath //SiteMap/SiteMap/Area/Group

Attributes

Name Description Type Required
Description Deprecated.

Use the Description Element.

String No
DescriptionResourceId For internal use only. String No
Icon Unused. It is not possible to display an icon for a group. String No
Id Specifies a unique identifier in ASCII. Spaces are not allowed.

Valid values:

a-z, A-Z, 0-9, and underscore (_)

String Yes
IsProfile Controls whether this group represents a user selectable Profile for the Workplace. This only applies for Groups within the Workplace Area.

Valid values:

true
false

Boolean No
License Deprecated. String No
ResourceId For internal use only. String No
Title Deprecated.

Use the Titles and Title elements.

String No
Url Specifies the URL to load for the Outlook folder that represents the Group in Microsoft Dynamics CRM for Outlook. String No

Remarks

Groups can be shown or hidden as defined by the area. Groups that are defined within the Workplace area can be marked as a user selectable profile. These profiles are available for users to select in their personal options.

Example

The following code example shows a group that represents a profile in the Workplace.

<Group Id="Cust_Group" IsProfile="true">
 <Titles>
  <Title LCID="1033" Title="Custom Group"/>
 </Titles>
 <Descriptions>
  <Description LCID="1033" Description="Custom Group Description"/>
 </Descriptions>
 <SubArea Id="cust_activities" Entity="activitypointer" DescriptionResourceId="Activities_SubArea_Description" Url="/Workplace/home_activities.aspx" />
 <SubArea Id="cust_calendar" Icon="/_imgs/area/18_calendar.gif" ResourceId="Homepage_Calendar" Url="/workplace/home_calendar.aspx" Client="Web">
  <Privilege Entity="activitypointer" Privilege="Read" />
 </SubArea>
</Group>

© 2010 Microsoft Corporation. All rights reserved.