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 the dimension in a specified inventory transaction is refining the specified inventory dimension record.
Syntax
protected boolean isRefiningDimension(InventTrans _inventTrans, InventDim _inventDim)
Run On
Server
Parameters
- _inventTrans
Type: InventTrans Table
An inventory transaction that contains an inventory dimension that you want to verify.
- _inventDim
Type: InventDim Table
An inventory dimension.
Return Value
Type: boolean
true if the inventory dimension of the specified inventory transaction is refining the specified inventory dimension; otherwise, false.
Remarks
An inventory dimension B will refine an inventory dimension A if all the active nonempty field values specified by dimension A have the same values in dimension B.
Dimension B can in turn specify additional values that are empty in dimension A.