Share via


IFiscalDocTransAggregationRules_BR.key Method [AX 2012]

Returns the key that will be used in the aggregation.

Syntax

public str key(FiscalDocumentLine_BR _fiscalDocumentLine)

Run On

Called

Parameters

Return Value

Type: str
A string that contains the key of the aggregation.

Remarks

Records that contain the same key will be aggregated.

This key should contain all values that matter in the aggregation.

Example: return strfmt("%1%2%3", _fiscalDocTrans.CFOPId, _fiscalDocTrans.ItemId, _fiscalDocTrans.LineUnitPrice);

See Also

Reference

IFiscalDocTransAggregationRules_BR Interface