WHSWorkExecuteDisplay.fillPassFromInventDim Method [AX 2012]

Creates entries in the pass through map for each field in the inventDim.

Syntax

protected void fillPassFromInventDim(InventDim _inventDim)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The inventDim record that will be used to fill the pass through.

Remarks

This method relies on the keys of the pass through map to match inventDim field names.

See Also

Reference

WHSWorkExecuteDisplay Class