HintNewsNotifications
Stores news and article notification records that are surfaced through Sugar Hint data enrichment. This table helps users stay aware of relevant company and contact updates that support research and engagement planning.
Columns
| Name | Type | ReadOnly | Description |
| Article_Date | Datetime | False |
The publication date of the news article that is referenced in this notification. This value helps determine recency and prioritization of alerts. |
| Assigned_User_Id | String | False |
The unique identifier (Id) of the user who is assigned responsibility for managing or reviewing this news notification. |
| Assigned_User_Name | String | True |
The display name of the user who is assigned responsibility for this news notification. This value is shown in list views and dashboards. |
| Category | String | False |
The category that is assigned to the news article (for example, 'industry', 'financial', or 'organizational update'). Categories support filtering and relevance scoring. |
| Commentlog | String | True |
The log of comments and discussion notes that are associated with this news notification. This field captures collaboration, context, and review decisions. |
| Created_By | String | True |
The Id of the user who created this news notification record. This value supports ownership and audit tracking. |
| Created_By_Name | String | True |
The display name of the user who created this news notification record. This value appears in activity history and administrative review contexts. |
| Date_Entered | Datetime | True |
The date and time when this news notification record was created. This timestamp supports chronological sorting and historical tracking. |
| Date_Modified | Datetime | True |
The date and time when this news notification record was last modified. This timestamp supports change tracking and record version review. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this news notification record is marked as deleted. It returns a value of 'false' when the record remains active. |
| Description | String | False |
A narrative summary or contextual explanation of the news notification. This field is often used to clarify relevance or identify recommended follow-up actions. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this news notification. It returns a value of 'false' when the user is not tracking it. |
| Id [KEY] | String | True |
The Id of this news notification record. The system uses this Id to reference and manage the record internally. |
| Locked_Fields | String | True |
The list of fields that are restricted from being modified in this news notification record. These restrictions help ensure data consistency and compliance. |
| Modified_By_Name | String | True |
The display name of the user who last modified this news notification record. This value is used to support transparency in record updates. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this news notification record. This value provides traceability for system and manual changes. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when this news notification is marked as a favorite by the current user. It returns a value of 'false' when the record is not marked as a favorite. |
| Name | String | False |
The internal or display name that identifies this news notification. This value appears in search results and list views. |
| Photo_Url | String | False |
The URL that points to an image or thumbnail associated with the news item. This image is generally used in preview cards and notification displays. |
| Publisher | String | False |
The organization or source that published the news article. This value supports credibility and context for the notification. |
| Source_Url | String | False |
The direct link to the full news article. Users can access the full context of the notification through this link. |
| Sync_Key | String | True |
The synchronization key that is used to align this news notification record with external systems, enrichment providers, or inbound data feeds. |
| Tag | String | False |
The tags that are applied to this news notification for search, filtering, grouping, or prioritization. |
| Title | String | False |
The title or headline of the news article that is associated with this notification. This value is displayed prominently in UI summaries and alert panels. |