[SalesForce] New button does not appear on the list view in Salesforce1

I have started using salesforce1 app.I have full access to both Account and Opportunity objects.However,I can see new button on the list view page of Account but not on the Opportunity list view page,please find the below screenshots for the mentioned issue.I tried adding new button on the list view page in salesforce full site,but still this new button is not appearing on the app.

EDIT:I have overridden the "New" button of Opportunity object with a Visualforce page, that might be the reason why its not showing up.If thats the case can some one please guide as to how we can shown the "New" button.

enter image description here

enter image description here

Best Answer

There is 1 important thing you will need to check:

Make sure your visualforce page which overrides the "New" action on the opportunity is marked as "Available for Salesforce mobile apps". To set this, in the setup menu, go to your visualforce page (Develop > Pages), open the visualforce page there and there you will be able to set this checkbox.

Related Topic