Hi,
We have several startup configurations for a Sync Project that use different variable sets to treat different subsets of data.
Is there a standard way to chain these together so they execute one after the other: as one completes the next one starts up?
I was thinking of defining a custom attribute to hold a 'next startup configuration' value and then adding a step to the end of the process chain on DPRProjectionStartInfo to trigger the next startup configuration.
Is that a way to go?
thanks,
Rob.