I plan on copying documents I need to transfer/replicate with SQL into a central database. In some cases some documents need to update multiple SQL Tables. All single value information is located in one table a I have a couple others housing multi-value information.
This means I have 3 replication jobs. I would like to update a Status field to indicate what job should transfer/replicate information.
Example:
Job #1: Status = Ready, upon successful transfer, source doc Status updated to "Ready - Job 2"
Job #2: Status = Ready - Job 2, upon successful transfer, source doc Status updated to "Ready - Job 3"
Job #3: Status = Ready - Job 3, upon successful transfer, source doc Status updated to "Done"
Job #3 is the final job and sets the source document to done.
Is there a field on the Direct Transfer or Replication job that allows me to update the Source Document after successful insert/update/skip? If not, do I have to create a Script Activity to set a Status field?
Thanks in advance.