No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ListView
Represents a list view. A list view specifies a set of records for an object, based on
specific criteria.
Supported Calls
describeSObjects(), query(), retrieve()
Fields
| Name | Type | Description |
|---|---|---|
| CreatedBy | User | The name of the user who created the list view. |
| CreatedById | ID | The ID of the user who created the list view. |
| CreatedDate | dateTime | The creation date and time of the list view, with a precision of one second. |
| DeveloperName | string | The fully qualified developer name of the list view. |
| IsSoqlCompatible | boolean | Whether the list view can be used with SOQL. |
| LastModifiedBy | User | The name of the user who last modified the list view. |
| LastModifiedById | ID | The ID of the user who last modified the list view. |
| LastModifiedDate | dateTime | The date and time of the last modification of the list view, with a precision of one second. |
| LastReferencedDate | dateTime | The date and time when the list view was last referenced, with a precision of one second. |
| LastViewedDate | dateTime | The date and time when the list view was last viewed, with a precision of one second. |
| Name | string | The name of the list view. |
| NamespacePrefix | string | The namespace of the list view. |
| SobjectType | string | The API name of the sObject for the list view. |
| SystemModstamp | dateTime | The date and time when the list view was last modified by a user or by an automated process such as a trigger. |