Public views are the views that are displayed when a user selects an entity from the application navigation.Â
In the model-driven app user interface, public views are referred to as system views.
Public views are a component of an entity and are created and edited from the Views tab of the entity in your solution.
When a custom entity is created, two public views are created, called the following:
- Active <Entity plural name>
- Inactive <Entity plural name>
You cannot delete these views created for you, the standard views, but you can edit and rename them.
You cannot restrict public views with security. If you need to prevent users from accessing a view, you can either deactivate the view or remove it from entity assets in the app designer.
Views that you create are custom public views. These views can be edited, deactivated, and deleted.
Each entity has a default public view; this is the view that is displayed by default when a user selects an entity...