Microsoft 4 Water System User Manual


 
Microsoft Dynamics CRM 4.0 Installing Guide
9-77
2. Extract the customization.xml file from the customization.zip file.
3. Open the customization.xml file by using a text editor such as Microsoft Visual Studio or
Notepad.
4. Locate the following node in the file.
/ImportExportXml/SiteMap/SiteMap/Area Id="ResourceCenter"
5. Comment the Area by using <!-- and -- > tags where the Id attribute is set to
"ResourceCenter" as follows:
<!--<Area Id="ResourceCenter"
ResourceId="Area_ResourceCenter"
Icon="/_imgs/resourcecenter_24x24.gif"
DescriptionResourceId="ResourceCenter_Area_Description">
<Group Id="ResourceCenter">
<SubArea Id="nav_lc_overview"
ResourceId="Homepage_LearningOverview"
DescriptionResourceId="LearningOverview_SubArea_Description"
Icon="/_imgs/ico_18_129.gif"
Url="/resourcecenter/overview.aspx"
AvailableOffline="false" />
<SubArea Id="nav_lc_sales"
ResourceId="Homepage_LearningSales"
DescriptionResourceId="LearningSales_SubArea_Description"
Icon="/_imgs/ico_16_sales.gif"
Url="/resourcecenter/sales.aspx"
AvailableOffline="false" />
<SubArea Id="nav_lc_marketing"
ResourceId="Homepage_LearningMarketing"
DescriptionResourceId="LearningMarketing_SubArea_Description"
Icon="/_imgs/ico_16_marketing.gif"
Url="/resourcecenter/marketing.aspx"
AvailableOffline="false" />
<SubArea Id="nav_lc_services"
ResourceId="Homepage_LearningServices"
DescriptionResourceId="LearningServices_SubArea_Description"
Icon="/_imgs/area/18_service.gif"
Url="/resourcecenter/services.aspx"
AvailableOffline="false" />
<SubArea Id="nav_lc_customization"