Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ListView

Represents a list view. A list view shows a set of records for an object, based on specific criteria. This object is available in API version 32.0 and later.

Supported Calls

describeSObjects(), query(), retrieve(), search()

Fields

Name Details
DeveloperName
Type
string
Properties
Filter, Group, Sort
Description
The fully qualified developer name of the list view.
IsSoqlCompatible
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Whether the list view can be used with SOQL..
LastModifiedById
Type
User
Properties
Filter, Sort
Description
The ID of the user who last modified the list view.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The date and time when the list view was last referenced, with a precision of one second.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The date and time when the list view was last viewed, with a precision of one second.
Name
Type
string
Properties
Filter, Group, idLookup, Sort
Description
The name of the list view.
NamespacePrefix
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The namespace of the list view.
SobjectType
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
The API name of the sObject for the list view.

Usage

Use this object to retrieve the metadata for a pipeline inspection view.