scripting hook during sync

I have many scripts to automate various parts of my workflow with DT. Keeping things up to date between DT and DTTG complicates this. … no major problems, just a bunch of tedious extra steps I need to do.

It occurs to me that all of that (the tedious parts) could go away if DT had a trigger or whatever for script to run “during” sync. My thinking is that, essentially, sync gets run, the script gets triggered, and then the sync gets run again automatically. (Or possibly the script could return a value indicating whether a re-sync should be done.)

If a script is not configured then clearly the second sync should not happen so adding this feature should not affect anyone who doesn’t use it.

Thanks.

Thanks for the suggestion. I’ve passed this along to some of the others so we can consider this.