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 all of the specified fields of the two specified buffers from the InventDim table are identical.
Syntax
client server public static boolean isInventDimEqual(
InventDim _inventDim1,
InventDim _inventDim2,
[List _dimFields])
Run On
Called
Parameters
- _inventDim1
Type: InventDim Table
The first InventDim table buffer to compare.
- _inventDim2
Type: InventDim Table
The second InventDim table buffer to compare.
- _dimFields
Type: List Class
A list that has IDs of the fields to compare.
Return Value
Type: boolean
true if all the specified fields have identical values; otherwise, false.