Provide a method for passing static data to a script from the job creation form
Request:
Please provide a method for handing off data to a script as part of a job being created.
My example case:
We regularly have an application that needs to be deleted before a newer version can be installed. We currently edit a script each time we need to use it.
My potential solution:
Provide "job attributes" and form objects where we can enter custom strings we need to be unique for each job we create. This could be used in the script like any other attribute, but as an attribute of the job and not the device and would be expanded before the job sends the script out.
3
votes