This handler checks if one of the pick destination validations matches the given input. The input can be a scanned code or a speech command.
Type: PICK_DESTINATION_EVALUATION
The event tag of this handler is pick_destination.
<PICK_DESTINATION_EVALUATION speech_code_word="PLACE">
    <list name="ignore_values" listType="UNNAMED">
        <elem>###SKIP###</elem>
        <elem>###CANCEL###</elem>
    </list>
</PICK_DESTINATION_EVALUATION>
            This handler checks if one of the article validations matches the given input. The input can be a scanned code or a speech command.
Type: PICK_ARTICLE_EVALUATION
The event tag of this handler is an article.
<PICK_ARTICLE_EVALUATION speech_code_word="ITEM">
    <list name="ignore_values" listType="UNNAMED">
        <elem>###SKIP###</elem>
        <elem>###CANCEL###</elem>
    </list>
</PICK_ARTICLE_EVALUATION>
            This handler checks if one of the pick source validations matches the given input, which can be a scanned code or a speech command.
Type: PICK_SOURCE_EVALUATION
The event tag of this handler is pick_source.
<PICK_SOURCE_EVALUATION speech_code_word="PICK">
    <list name="ignore_values" listType="UNNAMED">
        <elem>###SKIP###</elem>
        <elem>###CANCEL###</elem>
    </list>
</PICK_SOURCE_EVALUATION>