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.
Indicates whether two specified InventDim table buffers have the same physical inventory dimensions.
Syntax
client server public static boolean isInventDimEqualPhysicalDim(
InventDimGroupSetup _inventDimGroupSetup,
InventDim _fromInventDim,
InventDim _toInventDim)
Run On
Called
Parameters
- _inventDimGroupSetup
Type: InventDimGroupSetup Class
The instance of the InventDimGroupSetup class that represents the dimension setup that is used to determine the physical dimensions
- _fromInventDim
Type: InventDim Table
The first InventDim table buffer.
- _toInventDim
Type: InventDim Table
The second InventDim table buffer.
Return Value
Type: boolean
true if both of the InventDim table buffers have the same physical dimensions; otherwise, false.