Share via


InventDimCtrl_Frm_OnHand_AltItem.initQueryInventSum Method [AX 2012]

Overrides the initQueryInventSum method to avoid obtaining the inventSum_DS dataset that is linked to the wrong table.

Syntax

public void initQueryInventSum(FormDataSource _inventSum_DS)

Run On

Client

Parameters

Remarks

The only thing from the overridden method that is used is the addition of the SUM fields to the inventSum_DS dataset.

See Also

Reference

InventDimCtrl_Frm_OnHand_AltItem Class