InventTrackingCustomerSummaryFilter.insertKeyData Method [AX 2012]
Inserts the key data into the filter table.
Syntax
protected void insertKeyData(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.
Remarks
Sub-classes must use the filterTmp object variable for creating and inserting the record.