By default, each SharePoint site collection has its own AgilePoint
Configuration List.
However, you can define one common AgilePoint
Configuration List that can be used across all SharePoint site
collections.
Prerequisites
- AgilePoint Integration for SharePoint is fully installed.
Navigation
- Navigate to SharePoint Central Administration on your SharePoint site.
- In a text editor, open the SharePoint
Web Application web.config file.
Instructions
Modify the web.config as follows:
<appSettings>
<add key="APSettingsListName" value="AgilePoint Configuration" />
<add key="APSettingsSiteUrl" value="http://demo3:8081" />
<add key="APSettingsWebName" value="" />
</appSettings>
Where:
- APSettingsListName - The name of the AgilePoint Settings List.
- APSettingsSiteURL -The SharePoint SiteURL that contains the common AgilePoint
Configuration List. The rest of the site collections will refer to this location
and list as long as the individual AgilePoint Configuration list (which is
auto-created in the site collection when this feature is activated) is
deactivated or removed.
- APSettingsWebName - If this field is left blank, this means that the
AgilePoint Configuration List is located at the top-level site. A value would
indicate the Sub site name.