match_string_update

match_string_update

Use match_string_update to update the match string value of a tool within a job.
Value
is a required parameter, all other parameters are optional. If the tool value is not specified, the update is applied to all tools.
match_string_update
Command
Short
Parameter
Range
Example
match_string
_update
.msu
value
string within single quotes
msu.value 'match_value'
match_string
_update
.msu
tool
string within single quotes
msu.tool 'barcode' .value 'match_value'
command:msu,ok
match_string
_update
.msu
match_mode
STRING_EXACT
STRING_CONTAINS
REGEX
DISABLED
msu .match_mode STRING_EXACT .value 'match_value'
command:msu,ok
match_string
_update
.msu
persistent
true/false
msu .persistent true .value 'match_value'
command:msu,ok
match_string
_update
.msu
format
PLAIN
BASE64
msu.format PLAIN .value 'match_value'
command:msu,ok
match_string
_update
.msu
-
-
example using all parameters:
match_string_update .tool 'barcode' .match_mode STRING_EXACT .persistent true .format PLAIN . value 'string match'
command:msu,ok