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
Amit SahaiAmit Sahai 

Query on view operation over-riding on SF1

We are trying to over-ride default View  and Edit operations for Tasks in SF1.  The VF page which over-rides the default View operation is getting correctly displayed on SF1 and desktop both (through conditional rendering in code) when we go through another VF page (custom page) which lists all tasks (so effectively both are within our control).
However one glitch which has surfaced is that when we go through parent record (say Account) and then through related list click on task, the standard layout page is being displayed on mobile.
We see only 1 place at which you can over-ride "View" operation which is by over-riding through a VF page.

Anyone has ideas or faced similar situation ?  We are running short of time so would highly appreciate concrete inputs on the matter