SharePoint replicating document between site according to external database on a regular basis
Posted
by
kevin
on Stack Overflow
See other posts from Stack Overflow
or by kevin
Published on 2012-06-21T03:11:57Z
Indexed on
2012/06/21
3:16 UTC
Read the original article
Hit count: 161
I want to copy a file from Site A to Site B according to external DB status on a timer job.
e.g I have documents in Site A.
I want to move those documents to Site B when the document' status in external MSSQL DB is "approved".
I want to do it in a timer job.
Which way will be great to do so ?
I don't know how to use timer job and BDC job together.
Please advice me.
Thanks in advance.
BTW, I don't know much about SharePoint.
© Stack Overflow or respective owner