IFiscalDocTransAggregationRules_BR.beginNewAggregation Method [AX 2012]
Is called every time that a new aggregation is created, which occurs whenever a new key is identified.
Syntax
public void beginNewAggregation(FiscalDocumentLine_BR _firstFiscalDocumentLine)
Run On
Called
Parameters
- _firstFiscalDocumentLine
Type: FiscalDocumentLine_BR Table
The FiscalDocumentLine_BR record that is the first record of the new aggregation.
Remarks
This method lets implementers initialize the new aggregation.