Share via


InventUpd_DeleteMovement.canTransExistsWithoutSourceDocument Method [AX 2012]

Determines whether the inventory transaction can exist after the source document is deleted.

Syntax

protected boolean canTransExistsWithoutSourceDocument(InventTrans _inventTrans)

Run On

Server

Parameters

  • _inventTrans
    Type: InventTrans Table
    The value that specifies the inventory transaction.

Return Value

Type: boolean
true if the transaction can exist after the source document is deleted; otherwise, false.

See Also

Reference

InventUpd_DeleteMovement Class