Share via


SalesCalcAvailableDlvDates_QuoteLine.inventDimIdUpdate Method [AX 2012]

Modifies the dimensions on the InventDim table.

Syntax

protected void inventDimIdUpdate(InventDim _inventDim)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The InventDim record that contains fields that have been modified.

Remarks

The key InventDimId field on the parent table that links to the InventDim record has not been updated at the time when the delivery date control occurs. The method is used to get the new value of the dimension field from the related InventDim table.

See Also

Reference

SalesCalcAvailableDlvDates_QuoteLine Class