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.
Validates a possible change in the inventory dimensions of the kanban job.
Syntax
public boolean checkInventDimChange(
InventDim _origInventDim,
InventDim _inventDim,
[InventDimGroupSetup _inventDimGroupSetup])
Run On
Called
Parameters
- _origInventDim
Type: InventDim Table
The original inventory dimensions.
- _inventDim
Type: InventDim Table
The new inventory dimensions.
- _inventDimGroupSetup
Type: InventDimGroupSetup Class
The inventory dimension group setup; optional.
Return Value
Type: boolean
true if the dimension change is valid; otherwise, false.