PushTopic
Stores PushTopic records used for real-time data updates through the Streaming API.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the push topic record. | |
| Name | String | False |
Name of the push topic, used by clients to subscribe to real-time notifications. | |
| Query | String | False |
Salesforce Object Query Language (SOQL) query that defines the data and conditions for triggering notifications. | |
| ApiVersion | Double | False |
API version used to interpret the query and deliver the payload. | |
| IsActive | Bool | False |
Indicates whether the push topic is currently active and sending notifications. | |
| NotifyForFields | String | False |
Specifies whether to notify on changes to all fields or only referenced fields. | |
| NotifyForOperations | String | True |
Defines which operations—such as create, update, delete—should trigger notifications. | |
| Description | String | False |
Text description explaining the purpose or target use case of the push topic. | |
| NotifyForOperationCreate | Bool | False |
Indicates whether a notification should be sent when a record is created. | |
| NotifyForOperationUpdate | Bool | False |
Indicates whether a notification should be sent when a record is updated. | |
| NotifyForOperationDelete | Bool | False |
Indicates whether a notification should be sent when a record is deleted. | |
| NotifyForOperationUndelete | Bool | False |
Indicates whether a notification should be sent when a deleted record is restored. | |
| IsDeleted | Bool | True |
Indicates whether the push topic has been deleted from the system. | |
| CreatedDate | Datetime | True |
Date and time when the push topic was initially created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the push topic. |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the push topic. |
| SOQL | String | False |
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 | False |
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 | False |
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 | True |
System-generated timestamp reflecting the most recent update to the push topic. | |
| LastModifiedDate | Datetime | True |
Date and time when the push topic was last updated. |