In Sharepoint 2010 , How to connect between two document libraries in different webapplications using BCS?. The webapplications has sitecollections and sites in it and the sites are getting created programmatically through custom UI.The document libraries mentioned above are situated in the programmatically created sites.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
Anu, You should create an Event Receiver on your 1st Document Library and pro-grammatically perform the changes on the 2nd document library... Read about Event Receivers here And inside the ItemAdded or ItemUpdated event, you can replicate the changes programmatically to the 2nd document library, pseudo code can look like:
|
|||
|
|