I have been trying to remove the preview page from mobile app.
When I select on record i want to go directly to edit page and not preview page.
I tried to add this code to my Manifest, but it did not work:
Like
4 comments
13:37 Jun 05, 2023
Hello,
8.0 interface account page has no preview page and edit page is opened automatically for it. So there is no need to remove preview page from this model.
23:48 Feb 06, 2024
Hello. I found a solution. You need to extend the grid controller and replace the openpreview to this:
That will open directly the edit page.
Show all comments