This issue has been going on since 9/9 out of nowhere. Audit trail doesn't show any changes. I ran a debug log and have some logs to show what's happening.
#DLRS #Delete Field Dlrs LookupRollupSummary #Apex Trigger
Is it possible I've reached a data capacity limit on dlrs?
Thanks
1 个回答
Hi Collin,
I have an experience of using DLRS. What I can think of in your case is that there might a an automation or related update that might be causing this.
As per my knowledge DLRS creates triggers the run when a record is created/updated.
Your Records might be getting updated from some place.
Thanks