InventMovement.mustUpdateInventTransFields Method [AX 2012]

Determines if the movement can update the fields of the related InventTrans.

Syntax

public boolean mustUpdateInventTransFields(InventMovement _movement_orig)

Run On

Called

Parameters

  • _movement_orig
    Type: InventMovement Class
    The inventory movement that contains the original values.

Return Value

Type: boolean
true if the movement can update the fields; otherwise, false.

See Also

Reference

InventMovement Class