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
Chris CalhounChris Calhoun 

ActionPlans causing failure of Inbound change set.

Getting the following when trying to deploy a custom object using change sets. My object is unrelated to ActionPlans. I never even touched it. I promise.
 
ActionPlanCreationController.testActionPlanSave() Class 356 1 Failure Message: "System.LimitException: Too many DML rows: 10001", Failure Stack Trace: "Class.ActionPlansTaskTriggerUtilities.deleteTasks: line 356, column 1"
ActionPlanCreationController.testActionPlanSaveAndNew() Class 356 1 Failure Message: "System.LimitException: Too many DML rows: 10001", Failure Stack Trace: "Class.ActionPlansTaskTriggerUtilities.deleteTasks: line 356, column 1"
souvik9086souvik9086
May be some test class is failing which is preventing your object to transfer.
You can check the mentioned error and try to solve it before deploying your custom object.