Share via


ReleaseUpdateDB41_Invent.updateWMSTransport Method [AX 2012]

Updates the expeditionStatus field in the WMSTransport table.

Syntax

public void updateWMSTransport()

Run On

Server

Remarks

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)

See Also

Reference

ReleaseUpdateDB41_Invent Class