InventTrackingTraceSummaryFilter.transKey Method [AX 2012]

Gets a unique string key for the filtered data from an inventory transaction in the tracing hierarchy.

Syntax

protected abstract str transKey(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: str
A string key value.

See Also

Reference

InventTrackingTraceSummaryFilter Class