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
ShikibuShikibu 

how to override new lead action in mobile app

I am familiar with overriding the new action for any object in the browser based interface. For the first time I am trying to do this in the mobile app (iphone).

 

My VF page is displayed when I click new lead in the browser. But when I click new lead in the mobile app, I get the standard mobile page.

 

In fact, this page states "If you override a standard button in Salesforce, that button is still available in Connect Offline or Salesforce Mobile, but it retains its original behavior ".

 

How do I override the mobile new lead page?

Force.comForce.com

Hi Shikibu,

 

I am facing the same problem of overriding the standard 'New' Button of an object with visualforce page. It is working fine when I am testing it through standard salesforce. But it seems like the overriding feature does not work in mobile (i.e. even though i ve overridden the account's new button with a vf page, in mobile the vf page is not showing up. Instead it is just showing the mobile version of standard account's new page).

 

Please suggest some workaround. Any help will be highly appreciated.

 

Thanks