Skip to content

OrderFlow Scripting Guide

Realtime Despatch Software Ltd

Document Version: 4.0.6

Document Built: 2020-10-12

This document and its content is copyright of Realtime Despatch Software Limited. All rights reserved.
You may not, except with our express written permission, distribute, publish or commercially exploit the content.
Any reproduction of part or all of the contents in any form is prohibited.

Workflow

Workflow

Submitted Order Validation

State Transition

Pickable Shipment

An example of this is as follows, based on the 'despatch.can.pick.shipment.script' application property:

   def shipment = value;
   if (shipment.paidFor) {
      return true;
   } else {
      return false;
   }

Shipment Split

Consolidation Picking Queue