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
- _fiscalDocumentLine
Type: FiscalDocumentLine_BR Table
The source to create the key.
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);