[SalesForce] Change order of tabs in Salesforce1

I want my custom object to be the first tab on the navigation bar in Salesforce1. How do I set that up?

Best Answer

Your custom objects will show up in the menu because the "Smart Search Items" are added in the mobile navigation section.

Controlling in which order these objects appear is handled by "pinning" objects in the search results of the regular Salesforce web version. So in regular Salesforce, search on anything. In the resultspage, hover over the several objects at the left and you will notice a pin icon appearing. Click on the pin icon to pin an object to the top. The order in which the pinned objects appear there will be the order in which you see your objects appear in the "Smart Search Items" section of Salesforce1. (hence the name smart search items)

pinning smart search items

Flexipages are indeed a second option but be a bit carefull with these. I have noticed that sometimes, Salesforce1 can act a bit strange (slow) if flexipages are set as the first entry of the mobile navigation.

Related Topic