HashtagDefinition
Tracks custom hashtags used in Chatter posts, allowing content to be categorized and searched.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the hashtag definition. | |
| NameNorm | String | True |
Normalized version of the hashtag text, used for consistent matching. | |
| Name | String | True |
Original text of the hashtag as entered by users. | |
| HashtagCount | Int | True |
Number of times this hashtag has been used across the platform. | |
| CreatedDate | Datetime | True |
Date and time when the hashtag definition was created. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for the last modification. |