To download files from a SharePoint library or folder to the file system on the AgilePoint
Server machine, do the following.
Prerequisites
- A process model that uses a SharePoint compatible
process template.
Navigation
- In AgilePoint Envision, open a process template.
- Navigate to the SharePoint stencil.
- On the SharePoint stencil, drag the
Download Files AgileShape, and drop it on the process template.
- To view the entire list of properties, in the Design Tasks pane, click Show Properties.
Instructions
- Complete the following required properties for the Download Files AgileShape:
Field Name |
Definition |
AbsoluteURL
|
- Definition:
- Specifies the absolute URL for the source folder on SharePoint server.
- Allowed Values:
- A valid SharePoint absolute URL.
- Default Value:
- None
- Custom Attributes:
- No
- Example:
- http://[machine name]:[port]/sites/[site name]/[document library name]/[folder name]
|
LocalPath
|
- Definition:
- Specifies the location of the file system folder on the local computer
where the AgileShape performs the certain action such as uploading or downloading files.
This property defines the source location for the files to be uploaded and the destination location for the files to be downloaded.
- Allowed Values:
- A file path relative to the AgilePoint Server
application's root directory.
- Default Value:
- None
- Custom Attributes:
- No
- Example:
- If AgilePoint Server is installed at:
c:\Inetpub\wwwroot\AgilePointServer\
And, the file once downloaded is to be located at:
c:\Inetpub\wwwroot\AgilePointServer\files\MyFile.txt
Then, the LocalPath property must be set to the following value:
files
- If AgilePoint Server is installed at:
c:\Inetpub\wwwroot\AgilePointServer\
And, the file once downloaded is to be located at:
c:\Inetpub\wwwroot\AgilePointServer\files\temp\MyFile.txt
Then, the LocalPath property must be set to the following value:
files\temp
|
- Complete any additional configuration for this AgileShape according to your
requirements: