Share via


KanbanJobType.checkInventDimChange Method [AX 2012]

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

Return Value

Type: boolean
true if the dimension change is valid; otherwise, false.

See Also

Reference

KanbanJobType Class