When deploying jobs from development to production, I need to ensure that the global objects used by those jobs are also in the deployment process. Is there a way to query a job in order to identify all global objects being used by a specific job?
I know if I try to delete a connection, I get a notified saying:
"Are you sure you want to delete the Connection: 'Name'?
This Connection is used in 1 object(s). For more details open the Object relations window"
But the object relations window seems to only show what jobs/tasks are using an object, not what objects are being used by a job/task?