function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sam1942Sam1942 

Update methods are firing even though there is no Update Operation in logs

There is custom clone button on Campaign which copies all campaign members to the cloned campaign record. When there are more than 7500 campaign members associated with a campaign, it is not allowing to clone campaign with members. The error is :Apex CPU Time Limit Exceeded.
When we are cheking the logs -- unwanted update methods are firing even though there is no update DML operation in debug logs.

can someone help to find the root cause? Thanks in Advance!