function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dinesh sivalingam 10dinesh sivalingam 10 

Creating document set in sharepoint online from salesforce

Hi

I need to create a document set in sharepoint online from salesforce after creating a new account record, how to achieve this.

I have gone through the Files connect and lightning connect both are having only the read the columns and files from sharepoint but the write operation from salesforce to sharepoint is not possible.

Is there any other way to create/update a sharepoint custom column from salesforce

Thanks
Dinesh
Ilene JonesIlene Jones

** Not an answer **

I was reading that record embedding is available for SharePoint Online (cloud version of 2013), however I have not found documentation on how to set it up.  I already have the connection set up through files connect, but am still searching for the details for setting up the iframe for the records.  

Eric BowdenEric Bowden
Hi Dinesh, like you, I have understood that external objects are read-only and thus this would be custom Apex code.

I recently worked on a POC project for this and found this stackoverflow post was very helpful - http://sharepoint.stackexchange.com/questions/114882/is-it-possible-to-create-a-document-set-using-rest-api.  The "Slug" was the key!  I'm happy to help if you get into coding this and run into an issue.  You can also read about the POC work (http://www.threewill.com/store-your-salesforce-files-in-office-365-part-2/), to get an idea of what this implementation looked like.
Sai Kumar 449Sai Kumar 449
Hi Eric Bowden ,
i Hvae the Same Sceniro like you people i have done the Custom code which is Creating folders in the Sharepoint but the thing is Its not getting the Files in to that Folders in the Sharepoint can u Help me in this