Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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);