AggregationRestriction
description
Restrictions on aggregating data from multiple contributors (aligned with Salesforce picklist values)
enum AggregationRestriction {
NONE
AT_LEAST_2_CONTRIBUTORS
AT_LEAST_3_CONTRIBUTORS
AT_LEAST_4_CONTRIBUTORS
}
Values
AggregationRestriction.NONE
None
AggregationRestriction.AT_LEAST_2_CONTRIBUTORS
At least 2 contributors
AggregationRestriction.AT_LEAST_3_CONTRIBUTORS
At least 3 contributors
AggregationRestriction.AT_LEAST_4_CONTRIBUTORS
At least 4 contributors
Member Of
BrokerCeetInput input