-
Value Evaluation Handler
This handler evaluates whether a value is valid based on a pattern or a list of patterns. Type: value_evaluation_handler Attributes Here's an explanation of the available attributes: to_evaluate: The input needs to match the defined pattern /s. If it matches, the input is valid. code_word_evaluation: Speech input will only…
-
Pick Destination Handler
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 Attributes speech_code_word: If a speech input command starts with the given keyword, the rest of the command will be used as input for the handler.…
-
Value Extractor Handler
This handler is used to implement barcode scanning via dedicated scanning hardware. It extracts scanner or speech input based on a list of patterns and checks if at least one of these patterns is valid. Type: value_extractor_handler Attributes Here's an explanation of the available attribute: pattern: The input needs to…
-
Pick Article Handler
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 Attributes speech_code_word: If a speech input command starts with the given keyword, the rest of the command will be used as input for the handler. Default…
-
Pick Source Handler
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 Attributes speech_code_word: If a speech input command starts with the given keyword, the rest of the command will be used as input for the handler. Default value:…