Show Edit page instead of List when page is opened
Now when I click on a page in Navbar it goes to the list page is it possbile to goto the edit page instead of list page by default.
2 Replies
If you do a custom navigation yes. But you’d also need to pass the record for the edit page too. That’s why it goes to the list page. A hard coded record id might not exist in the db.
You would probably need to seed the initial record and make sure it can't be deleted by a user. But honestly at that point just make a custom page with a form, hehe.