InventTrackingTransactionSummaryFilter.includeInFilter Method [AX 2012]

Gets a value indicating if the transaction should be included in the filter.

Syntax

protected boolean includeInFilter(InventTrans _inventTrans, InventTransOrigin _inventTransOrigin)

Run On

Called

Parameters

  • _inventTrans
    Type: InventTrans Table
    The record from the InventTrans table for a transaction reference in the tracing hierarchy.
  • _inventTransOrigin
    Type: InventTransOrigin Table
    The record from the InventTransOrigin table related to _inventTrans.

Return Value

Type: boolean
true if the transaction should be included in the filter; otherwise, false.

See Also

Reference

InventTrackingTransactionSummaryFilter Class