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
ccazzccazz 

URGENT Need: "No such standard button to exclude IsotopeSubscription" error during deployment

I am getting this error twice...once for a custom object and once for a custom object that is part of a managed package.

I found very few references to this when searching.

https://dfc-org-production.force.com/forums/ForumsMain?id=9062I000000gFV3QAM

https://salesforce.stackexchange.com/questions/365963/faceing-error-while-trying-to-install-a-managed-pakage-on-spring-22-pre-release
VinayVinay (Salesforce Developers) 
Hi Ccazz,

As mentioned you need to contact package provider of the managed package and they can help you on this issue.

Thanks,
ccazzccazz
Hi @Vinay
I will do that for the object included in the managed package. What about the custom object that is NOT part of a managed package?
Thank you in advance!
VinayVinay (Salesforce Developers) 
You can try removing below tag on custom object and re-deploy it should fix the issue.
<excludedStandardButtons>IsotopeSubscription</excludedStandardButtons>
Please mark as Best Answer if above information was helpful.

Thanks,
ccazzccazz
What is the best/easiet way/tool to do this?
VinayVinay (Salesforce Developers) 
You can try using VS code, ANT, Workbench to make changes in your metadata.

Hope this helps...

Thanks,