Share via


WHSLoadPostEngineBase.createShipments Method [AX 2012]

Creates a shipment

Syntax

public boolean createShipments([boolean _validate])

Run On

Server

Parameters

  • _validate
    Type: boolean
    Should the validation

Return Value

Type: boolean
Boolean value indicating if errors occured

Remarks

Changes made to this method should also be considered for the WHSWarehouseRelease.createShipment method.

See Also

Reference

WHSLoadPostEngineBase Class