We have created a custom button on the
Opportunity
object. It is viewable, and works fine in regular Salesforce, but when I go intoSalesforce1
, I can no longer see the custom button.Is this just a problem with my instance, or does
Salesforce1
not support custom buttons?
Answer
Salesforce1 doesn’t support custom buttons, but you might consider moving that button’s functionality to a Publisher Action, which is supported in both the web GUI and in Salesforce1. (This is assuming your custom button is a detail button.)
Publisher Actions are clearly SFDC’s preferred method for adding capabilities to a a record detail page going forward.
Attribution
Source : Link , Question Author : LShropshire , Answer Author : Matt Welch