Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
5 subscribers
Views
1616 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Has any body tried integration with Sharepoint 2013 with Custom SmartService/Jav
mohammads
Certified Senior Developer
over 9 years ago
Has any body tried integration with Sharepoint 2013 with Custom SmartService/Java Plugin to upload document .
Shared component "SharePoint 2010 Document Integration" doesn't seem to be working with Sharepoint 2013.
I am able to upload document thru a!shpCopyDocumentFromAppian() however I need to update document attributes (like title,doc Id) and looks function doesn't support this. Can any one please advise on this.
OriginalPostID-198676
OriginalPostID-198676
Discussion posts and replies are publicly visible
0
Stefan Helzle
A Score Level 3
over 9 years ago
SP has an extensive REST API. Should be no problem to update these attributes after upload.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohammads
Certified Senior Developer
over 9 years ago
Thanks Stefan for your response. Could you please provide some sample example on how to update these attribute.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Stefan Helzle
A Score Level 3
over 9 years ago
I have no example at hand. But check these URLs:
msdn.microsoft.com/.../dn450841.aspx
msdn.microsoft.com/.../dn292553.aspx
sharepointfieldnotes.blogspot.de/.../uploading-documents-and-setting.html
(See line 94 ff)
So what do a HTTP call to SP, add some headers and your data XML or JSON encoded. Hope this helps.
In my use case I had to work with lists and linked lists, add items, update fields etc. It took some time and trial and error to get it right. But once I had it, it worked flawless.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel