Share via


InventUpd_Physical.isInventTransMarkedWithActiveQO Method [AX 2012]

Determines whether an inventTrans record is marked with an active quarantine order.

Syntax

protected boolean isInventTransMarkedWithActiveQO(InventTrans _inventTrans)

Run On

Server

Parameters

Return Value

Type: boolean
true if the _inventTrans parameter is marked with an active quarantine order; otherwise, false.

Remarks

This method is used to prevent the return of items currently being handled by quarantine orders.

See Also

Reference

InventUpd_Physical Class