ListView
ListView allows you to see a filtered list of records, such as contacts, accounts, or custom objects. This type extends the Metadata metadata type and inherits its name field. See “Create a Custom List View in Steedos” in Steedos Help.
Note
List views with the Visible only to me Restrict Visibility option are not accessible in Metadata API. Each of these list views is associated with a particular user.
Declarative Metadata File Suffix and Directory Location
ListViews components have the suffix .listView
and are stored in the listviews
folder as additional part of a CustomObject component. The component can represent a custom object or a standard object, such as an account.
Declarative Metadata Sample Definition
A sample yml definition of a list view in a custom object is shown below.