Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.