You need to sign in to do that
Don't have an account?
mwille64
Deployment error 'No such standard button to exclude IsotopeSubscription'
Using ClickDeploy.io service, I get following error when trying to deploy a few custom and standard object changes:
'No such standard button to exclude IsotopeSubscription'
What / where is 'IsotopeSubscription' standard button?
'No such standard button to exclude IsotopeSubscription'
What / where is 'IsotopeSubscription' standard button?
I hope this is not Standard button from salesforce. There may be some managed package.
Can you check the similar question which is answered in Stack Exchange.
https://salesforce.stackexchange.com/questions/365963/faceing-error-while-trying-to-install-a-managed-pakage-on-spring-22-pre-release
If this solution helps, Please mark it as best answer
Thanks,
<searchLayouts>
<excludedStandardButtons>New</excludedStandardButtons>
<excludedStandardButtons>OpenListInQuip</excludedStandardButtons>
<excludedStandardButtons>Accept</excludedStandardButtons>
<excludedStandardButtons>IsotopeSubscription</excludedStandardButtons>
<excludedStandardButtons>Import</excludedStandardButtons>
<excludedStandardButtons>MassChangeOwner</excludedStandardButtons>
<excludedStandardButtons>PrintableListView</excludedStandardButtons>
<excludedStandardButtons>ChangeOwner</excludedStandardButtons>
<searchResultsAdditionalFields>Status__c</searchResultsAdditionalFields>
</searchLayouts>
By the looks of things IsotopeSubscription refers to the New From Document option (the only option the has no match).
Buah...will see what happens if I deselect.
I am facing a similar error using GearSet to try to push page layout changes between Sandbox and Prod:
Failure Contact CustomObject No such standard button to exclude IsotopeSubscription (line:2064)
Failure Account CustomObject No such standard button to exclude IsotopeSubscription (line:473)
The problem is, it doesn't tell you what "standard button" it's talking about (I haven't even changed any buttons), but I suspect it's something Salesforce changed in the API and these vendors aren't keeping their code up to date to either add/remove the unnecessary "<excludedStandardButtons>IsotopeSubscription</excludedStandardButtons>" from the XML.
What's strange, though, is that I can't find this line in either source or destination when searching my code (even using VS Code).
Can anyone else provide more insight or anyone who has figured out what this is all about?
The 'IsotopeSubscription' standard button referenced in the deployment error message is not a recognized standard button in Salesforce. It seems to be a custom button or component specific to your Salesforce instance or customization like on this blog https://huntingmonitor.com/how-fast-can-a-deer-run/ . You may need to review your customizations or consult the ClickDeploy.io service for further assistance in resolving this error.