Hello,
I would like to know if it's possible to automate step like that in one batch :
- D-List update
- Synchronisation
- Import E-List
- Import Access table
- Import data
- GoToProduction
- Publish
Thanks
Hey,
Yes, that should be completely possible. You would create one macro, and add the individual steps you require to this macro. When you execute the macro, it will execute each step in order. You will likely want to add a 'wait for any job' step setup against the application you just GTP'd (as the reconcile will need time to complete) just before the Publish step. Alternatively you could set the wait inside the GTP step.
Thanks I will try that