TopicAssignment
Links topics to records, allowing users to categorize and filter content using topic tags.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the topic assignment record. | |
| TopicId | String | False |
Topic.Id |
Identifier of the topic that is being assigned. |
| EntityId | String | False |
Identifier of the record (such as a case, account, or custom object) associated with the topic. | |
| CreatedDate | Datetime | True |
Date and time when the topic was assigned to the record. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the topic assignment. |
| IsDeleted | Boolean | True |
Indicates whether the topic assignment has been deleted from the system. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent change to the topic assignment. |