SharePoint replicating document between site according to external database on a regular basis
- by kevin
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.