Share via


InventSupply.createTmpDataOnhand Method [AX 2012]

Fills a temporary InventSupplyTmpOnHand buffer with information about the on-hand quantities and the available mode of delivery.

Syntax

public InventSupplyTmpOnhand createTmpDataOnhand(InventDimParm _dimParmVisibleGrid)

Run On

Server

Parameters

  • _dimParmVisibleGrid
    Type: InventDimParm Table
    An InventDimParm record that determines how grouping and summation should be performed.

Return Value

Type: InventSupplyTmpOnhand Table
A temporary InventSupplyTmpOnHand buffer with information about the on-hand quantities and the available mode of delivery.

Remarks

The data comes from the InventSum table and is summed based on the flags set in the InventDimParm record by the parmDimParmVisibleGrid parameter method.

See Also

Reference

InventSupply Class