Back to Microsoft SharePoint Integrations
Handler · Version 1

Sharepoint Document Upload Microsoft SharePoint

Download GitHub

About

This handler uploads a file to a SharePoint document library using an HTTP Put method call. Before making the call, the handler builds the url based on the inputted parameters. This url is the location where the file will be uploaded to. The call is then made using the Rest Client gem and the file is uploaded to the specified SharePoint document library. If the document library has versioning enabled, a duplicate file name will be uploaded as a new version and the file will be overwritten if versioning is disabled (versioning is disabled by default in new libraries). Any errors that occurs during this process will be caught and re-raised by the handler. Authentication is done through SSL, so the SharePoint site being accessed needs to be setup to allow SSL connections.

  • Make sure the Sharepoint Web Services database is turned on.

How to get the Homepage URL

To find the homepage url, all you have to do is look at the URL of any page on the Sharepoint site. The url that should be inputted should contain both the base url (the top-most site in the collection) and the sub-site that you are on. Using the example below, the url that would be inputted is "https://sharepoint.company.com/development", where "development" is the sub-site and "sharepoint.compnay.com" is the base site.

Configurations
Name Description Sample
username The username of the Sharepoint account.
password The password of the Sharepoint account. *********
domain The domain of the Sharepoint server where the information will be pulled from.
homepage_url The url for the homepage of the Sharepoint site that this handler will have access to.
remedy_server Remedy Server Name or IP Address
remedy_username Remedy Login Name
remedy_password Remedy Password *********
remedy_port Remedy TCP Port 0
remedy_prognum Remedy RPC Prognum 0
remedy_authentication Remedy Authentication String
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
Parameters
Name Description Sample
Document Library Name The title of the document library that the file will be placed in. Shared Documents
Document Name The name that the document will have on the SharePoint server. @answers['Document']
Attachment Question Menu Label: The menu label of the attachment question where the photo will be uploaded to.
Changelog

SharepointDocumentUpload_V1 (2013-10-04)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top