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
Lucky KeshwaniLucky Keshwani 

How to delete Custom Tab from released/managed package in salesforce?

I want to delete Custom Tab from a released/managed package in salesforce developer edition. Please help on this.

Thanks in advance.
AshlekhAshlekh
Hi,

I think you can't delete the tabs in managed package.

Here is link https://help.salesforce.com/apex/HTViewHelpDoc?id=viewing_deleted_components.htm

-Thanks
Ashlekh Gera
Lars NielsenLars Nielsen
You can delete a tab from a managed package - they added it one or two releases back. You have to request the delete permission from SF for your managed package. Here is the catch: The tab gets orphaned in orgs that you push out updates to or if they uninstall your package - same is true of removing fields.

Once they enable this for you you can go to the package or dev org and on the object there is a delete button that you will then find on the tab, field etc.

https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_managed_component_deletion.htm (https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_managed_component_deletion.htm" target="_blank)