Skip to main content
I am attempting to set up a SmartObject that retieves a document from a sharepoint library. I am using the service ServiceObject Server -> Main -> Site Collection Documents -> Retrieve Document. I may need a different service but I can't find documentation on the services that are provided. This service has two properties Name and Folder. I am assuming that Name is the name of the document and folder is the path to the doc library. When attempting to put an http path in the property I receive an error that there are illegal characters in the folder name. Anyone have any suggestions on how to accomplish this?
We ended up creating a new Sharepoint service that pointed to the correct folder. The service that is packaged with K2 points to the top level of Sharepoint. Once we created the new service it worked like a charm.

Reply