Subscriber portal
Updates the expeditionStatus field in the WMSTransport table.
public void updateWMSTransport()
The WMSExpeditionStatus enumeration value has had three values added:
Picked (7)
Staged (8)
Loaded (9).
To retain the logical order, the values Completed (5) and Canceled (6) must be moved to the new enumeration values Completed (10) and Canceled (20)