Applies to:
- Winshuttle Foundation
Copy Attachment URL plug-in properties
With the Copy Attachment URL plug-in, you can copy the URL of an attachment specified in the Attachment Form Element and place it into the SharePoint column of a specific SharePoint List or Document Library.
You can use this plug-in to access the attachment of a process by clicking the URL directly in the list.
NOTE: For site and list parameters, enter the site first, and then the list will be populated in the dropdown.
Property |
Description |
binding |
The binding to the Attachment Form Element in your form. Example: my:AttachmentControl |
description |
The description to use in the Link that will be delivered to the SharePoint Column. Example: This is my weekly status report. |
field |
The name of the SharePoint Column in which the URL will be written to. Example: MySharePointColumn |
list |
The name of your SharePoint Document Library or List where the URL will be written to. If the value is not provided, it will default to the Current Items list. |
query |
The Query to run on the destination list to write to a specific line item Example: [MySharePointColumn]==@[MyInfoPathField] |
site |
The URL of the Site where the specified destination list is held. This is not the direct link to the actual SharePoint List or Document Library. Example: http://servername/sites/FormEx |