The set tag and parameter fields can be made persistent so they are filled in at job submission or completion time using the following settings:
Field |
Description |
submit_tagdata_value=<data> |
Fills in the tag data field of the Submit Options dialog with the data entered. |
submit_parameter_value=<data> |
Fills in the parameter field of the Submit Options dialog with the data entered. |
complete_tagdata_value=<data> |
Fills in the tag data field of the Complete Options dialog with the data entered. |
complete_parameter_value=<data> |
Fills in the parameter field of the Complete Options dialog with the data entered. |
For example adding the following line to the options section in the notes of a job
begin_options
submit_tagdata_value="Test"
submit_parameter_value="Hello World"
end_options
would result in the following Submit dialog: