Enterprise Manager / General Use |
The AgileParts in a SharePoint process model are designed to use hard-coded URL values. Thus, every time a process model is moved from one environment to another, the AgilePart’s configuration has to be opened, modified, and published to AgilePoint Server again.
The columns of the SharePoint libraries remains the same. However, the URL must be changed with the change of the environment: Development, Test, and Production.
The following example displays a list of URLs created for different environments:
For example:
Environment | Attribute Name | Attribute Value |
---|---|---|
Development | SPServer | demo3Dev:8000 |
Test | SPServer | demo3Test:8888 |
Production | SPServer | demo3Prod:8080 |
For more information, see Create a Shared Custom Attribute
The literal URL is required for AgilePoint to connect to and retrieve data from SharePoint at design time.
Example:
http://${SPServer}/TimeOffRequest
At runtime, AgilePoint Server replaces the value of the shared custom attribute ${SPServer} in the URL. Once the appropriate values are set for the custom attribute in each environment, AgilePoint can generate the correct, environment-appropriate URL.