InventReleaseOrderPickingForm_Transfer::buildData Method [AX 2012]

Builds the temporary table that is used in the related forms.

Syntax

server public static void buildData(
    InventReleaseOrderPickingTmp _inventReleaseOrderPickingTmp, 
    container _packedQueryRun, 
    boolean _deductUnreserved)

Run On

Server

Parameters

  • _packedQueryRun
    Type: container
    A container that has the packed QueryRun object that should be used for the order lines selection.
  • _deductUnreserved
    Type: boolean
    A Boolean value that indicates whether the form check box is marked.

See Also

Reference

InventReleaseOrderPickingForm_Transfer Class