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
Mah NaazMah Naaz 

Issues with unmanage package "Action Plan" by Salesforce Lab

Hi, 

I have installed the Action plan application by Salesforce lab. 
After installing this package, I have issues with the Changeset updating or move the Apex class, triggers, and Lightning component into production. 

Please help me out with how to remove an unmanaged package. 
VinayVinay (Salesforce Developers) 
Hi Mah,

If you want to remove the package then simply uninstall the package if you do not need that.

https://help.salesforce.com/articleView?id=distribution_uninstalling_packages.htm&type=5

Thanks,
Mah NaazMah Naaz
Hi Vinay, 

It is not easy because this unmanaged package is connected with 9 objects, and the apex class can't be deleted. 
VinayVinay (Salesforce Developers) 
Agree, then dependency issues during deployment need to fix and no other option.  Also, check if you can refresh your sandbox instance if you do not have the package in production.

Apart from these, there is nothing much which can automate and remove changeset errors or dependency issues.

Thanks,
Mah NaazMah Naaz
So, please can you tell me how to delete components or Apex class? 
VinayVinay (Salesforce Developers) 
Do you see any errors when you try to delete them?  If so then you need to clear them one by one based on errors reported.