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.
Determines whether a dimension change can cause the cost price to change in the journal.
Syntax
protected boolean canDimChangeAffectCostPrice(InventDim _inventDimNew, InventDim _inventDimOld)
Run On
Called
Parameters
- _inventDimNew
Type: InventDim Table
The new inventory dimension.
- _inventDimOld
Type: InventDim Table
The old inventory dimension.
Return Value
Type: boolean
true if the change can cause the cost price to change in the journal; otherwise, false.