declarative-lookup-rollup-summaries icon indicating copy to clipboard operation
declarative-lookup-rollup-summaries copied to clipboard

Aggregate field of Parent object does not update

Open JohnsonTitus opened this issue 1 year ago • 1 comments

Aggregate field of Parent object does not update when the child records are more than 70. Settings: image

JohnsonTitus avatar Nov 13 '23 01:11 JohnsonTitus

@JohnsonTitus Hi there! We meet again! Please help us with some more detail on your experience.

Remember that DLRS is building up a SOQL query for you, using SOQL criteria and summary functions. SOQL doesn't have a practical limit to the number of child records to summarise. The usual advice (to avoid data skew issues) is to limit the number of children for any individual parent to <10K records. 70 child records is a dawdle!

@JohnsonTitus I'm going to mark this as closed. If you are still having issues please start a new conversation on Trailblazer Community Group to allow the larger DLRS community to help.

aheber avatar May 22 '24 15:05 aheber