Share via


SalesCalcAvailableDlvDates_TransferLine.inventDimIdUpdate Method [AX 2012]

Modifies dimensions, such as the warehouse on sales order lines where all the dimension fields are positioned in the related 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 reason why people use this method is that 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 is occurring. Therefore, the method is used to get the new value of the dimension field from the related InventDim table.

See Also

Reference

SalesCalcAvailableDlvDates_TransferLine Class