RLedgerTurnoverTypeable.drillThroughAction Method [AX 2012]

Performs a drill-through action for a particular amount.

Syntax

public void drillThroughAction(
    Query _query, 
    int _amountType, 
    TmpRecIdFilter _tmpRecIdFilter)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The query for a drill-through form.
  • _amountType
    Type: int
    The type of the amount.
  • _tmpRecIdFilter
    Type: TmpRecIdFilter Table
    The reference to a temporary table containing record IDs for filtering.

See Also

Reference

RLedgerTurnoverTypeable Interface