What if I want my users to still have access to List Views?

Yes, you can have the best of both worlds! To accomplish this, you can use Skuid to override your object(s)’ Tab standard action, but leave the List action untouched. That way your users can still navigate over to an object’s List Views and create new views just as they did before. To help users navigate over to the List Views page, where they will be able to browse and modify existing List Views, as well as create new List Views, add the following Action (either as a Global Action on a Table or a Page Title Action) to the Skuid page that you are using to override your Skuid tab page: Action Label: “Go to List Views”, type: “Redirect”, URL: “/{{Model.KeyPrefix}}” This will take them to the List Views page for the object in context.