-
Send Pick Event
Sends a pick event to the server. Identifier: send_pick_event Elements pick_event: Contains the pick event type (e.g., CANCEL_PICK_GROUP). Type: String Default value: CONFIRM_PICK_ORDER connection_timeout: If no response is received from the server after a specified time (in seconds), the request is aborted. Type: Long…
-
Next Pick Group
Sets the selected pick group in the pick order to the next one. Identifier: next_pick_group Elements mark_as_finished: Sets the status of the current pick group to finished, before going to the next one. Type: Bool Default value: False ignore_status: Sets the current pick group to the next one by ignoring the given status.…
-
Previous Pick Group
Sets the selected pick group in the pick order to the previous one. Identifier: previous_pick_group Output The event tag for this event is previous_pick_group. OK: The pick event has been successfully sent to the server. START_OF_ORDER_REACHED: The pick group is the first one in the pick order. Therefore, it is not…
-
Move Pick Group
Moves the selected pick group to a different position in the pick order. By default, it is moved to the end. Identifier: move_pick_group Note: This action only moves a pick group locally on the client device. Nothing is communicated to the server. Therefore, please use it in conjunction with the Send Pick Event action. If…
-
Cancel Pick Group
Cancels the current pick group and moves the next group in the list to the active one. If there is none, the pick order is finished. Identifier: cancel_pick_group Note: This action only sets the pick group to be canceled locally on the client device. Nothing is communicated to the server. To cancel it on the server side,…
-
Cancel Pick Order
Cancels the current pick order and removes it from the client device. Identifier: cancel_pick_order Note: This action cancels the pick group locally on the client device. Nothing is communicated to the server. To cancel the pick order on the server, use it in conjunction with the Send Pick Event action. Output The event…