Share via


KanbanItemCheckMovement::newStandard Method [AX 2012]

Initializes a new instance of the KanbanItemCheckMovement class.

Syntax

client server public static KanbanItemCheckMovement newStandard(
    InventMovement _inventMovement, 
   [boolean _warningOnFailure, 
    boolean _errorOnFailure])

Run On

Called

Parameters

  • _warningOnFailure
    Type: boolean
    A Boolean value that indicates whether a warning must be given if the check fails; optional.
  • _errorOnFailure
    Type: boolean
    A Boolean value that indicates whether an error must be thrown when the check fails; optional.

Return Value

Type: KanbanItemCheckMovement Class
A new KanbanItemCheckMovement object.

See Also

Reference

KanbanItemCheckMovement Class