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
- _inventTrans
Type: InventTrans Table
The inventTrans record to be examined.
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.