Report
Stores metadata for reports, defining data queries and visualization settings.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the report record. | |
| OwnerId | String | Identifier of the user or group who owns the report. | |
| OwnerIdType | String | Specifies the type of the 'OwnerId' polymorphic field to use in the statement. | |
| OwnerIdExternalFieldName | String | Specifies the external field name of the 'OwnerId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| FolderName | String | Field containing FolderName information. | |
| CreatedById | String |
User.Id | Identifier of the user who created the report. |
| LastModifiedDate | Datetime | Date and time when the report was last modified. | |
| LastModifiedById | String |
User.Id | Identifier of the user who last updated the report. |
| IsDeleted | Bool | Indicates whether the report has been deleted from the system. | |
| Name | String | Name of the report as it appears in the user interface. | |
| Description | String | Optional text description explaining the purpose or contents of the report. | |
| DeveloperName | String | API name used to reference the report in code and metadata. | |
| NamespacePrefix | String | Namespace prefix, typically used for reports in managed packages. | |
| LastRunDate | Datetime | Date and time when the report was most recently executed. | |
| Format | String | Format of the report, such as Tabular, Summary, or Matrix. | |
| LastViewedDate | Datetime | Date and time when the report was last viewed by a user. | |
| LastReferencedDate | Datetime | Date and time when the report was last referenced in a related context. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System-generated timestamp reflecting the most recent change to the report. | |
| CreatedDate | Datetime | Date and time when the report was created. |