Hello everyone! We are building own reporting system in Automic, which works in a way, that every executable object has a line in process tab (:INC REPORT_ME).
REPORT_ME object records job's name and other info into variable object.
Reporting system works OK, however now we need to implement that process line into every single job. Is there any easy way, to mass update hundreds of jobs, to add this one line into process tab? It would be very time consuming to do it one by one.
Thank you for any suggestions!
PS. I know we can achieve that by exporting > editing > importing xml file, but xml file will not follow folder structure we are using.
Thank you in advance for your help!
You can use the HEADER includes to set this for all Job Objects. There is already some pre-defined includes in the HEADER include (look into client 0000 for details).
You can set an include at different points in the pre-processing and processing of a job to do what you want.
This is not available for toher objects even if this could be very helpful sometimes like in File Transfer or Workflow objects ....