You are here

synchronizations new!

2 posts / 0 new
Last post
Aprendiz2050
Offline
Last seen: 11 years 3 months ago
Joined: 2012-12-30 11:54
synchronizations new!

how can I include three synchronizations in just a job?

thanks!

Aprendiz2050.

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 7 months ago
Developer
Joined: 2005-12-10 15:22
The

best way to do this is do write a basic script which just calls the three sync jobs one after another, such as:

sync("jobname1")
sync("jobname2")
sync("jobname3")
Log in or register to post comments