Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.

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

 

1 answer
  1. Aug 27, 2011, 10:26 AM
    Bill,

     

    Did you try making that custom object deployed.

     

    Changing Deployment Status.

     

    I mean While creating a custom object, the last phase?

     

     
0/9000