Fix: Change opportunity kanban view aggregate operation from MIN to SUM (#16879)
Closes #16806
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ export const opportunitiesByStageView = ({
|
||||
key: null,
|
||||
position: 2,
|
||||
icon: 'IconLayoutKanban',
|
||||
kanbanAggregateOperation: AggregateOperations.MIN,
|
||||
kanbanAggregateOperation: AggregateOperations.SUM,
|
||||
kanbanAggregateOperationFieldMetadataId:
|
||||
opportunityObjectMetadata.fields.find(
|
||||
(field) => field.standardId === OPPORTUNITY_STANDARD_FIELD_IDS.amount,
|
||||
|
||||
Reference in New Issue
Block a user