Share via


WHSWarehouseRelease::releaseToWarehouse Method [AX 2012]

Generates the load lines, shipment details, and wave information for the WHSTmpReleaseToWarehouse records

Syntax

client server public static WHSWaveId releaseToWarehouse(
    WHSTmpReleaseToWarehouse _releaseToWarehouse, 
    WHSReleaseToWarehouseId _releaseToWarehouseId, 
   [boolean _simulate, 
    boolean _showInfo, 
    boolean _auto])

Run On

Called

Parameters

  • _simulate
    Type: boolean
    A Boolean value to identify whether the release to warehouse process should be simulated
  • _showInfo
    Type: boolean
    A Boolean value to indicate whether information should be displayed regarding the shipments that have been created
  • _auto
    Type: boolean
    A Boolean value that indicates whether the created wave should be executed automatically

Return Value

Type: WHSWaveId Extended Data Type
Returns the generated wave identifier

See Also

Reference

WHSWarehouseRelease Class