public System.bool IsAggregateRecordLevel {get; set;}
The recordLevel
argument of all aggregate functions will default to this value if no value for recordLevel
is passed when the aggregate function is called. If True, aggregate functions run at the record level (including duplicates). If False, aggregate functions run at the entity level which is the default behavior.
public System.bool IsAggregateRecordLevel {get; set;}