We had to remove Action Plans from our environment after it had sent a few error notifications example below. Additionally it would not allow us to deploy code indicated by Test Case failures. Any ideas?
Apex script unhandled trigger exception by user/organization: 00580000001s1vB/00D80000000blkJ
ActionPlanTaskTrigger: execution of BeforeDelete
caused by: System.Exception: No such column 'Id' on entity 'APTaskTemplate__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names. In this instance, it is not visible to the user because the custom object has not yet been deployed
Class.ActionPlansTaskTriggerUtilities.initDependentTasksAndReset: line 463, column 39
Trigger.ActionPlanTaskTrigger: line 114, column 7
Bill,