0
votes

Seemingly simple requirement. We have two SharePoint web applications hosted on the same server. Site A is used internally and is thought of as hosting the source documents. Site B is accessed by external suppliers.
I would like to have SharePoint automagically copy new documents from a doc library in Site A to a doc library on Site B. It would need to preserve metadata. The process would need to "fire" each time a new document was uploaded into the document library in Site A.

1

1 Answers

0
votes

Why are you looking for workflow solution in this case?

Go for Item Added event receiver for that document library. Use managed client object to copy the document to library in another farm.