HintNotificationTargets
Stores routing and delivery configuration for Sugar Hint notification events. This table determines which users or systems receive enriched news and intelligence alerts.
Columns
| Name | Type | ReadOnly | Description |
| Assigned_User_Id | String | False |
The unique identifier (Id) of the user who is assigned responsibility for this Hint notification target record. This user manages or monitors notification delivery settings. |
| Assigned_User_Name | String | True |
The display name of the user who is assigned responsibility for this notification target. This value appears in user interfaces and reporting views. |
| Commentlog | String | True |
The log of comments and discussion notes that are associated with this notification target. This field supports collaboration and context sharing. |
| Created_By | String | True |
The Id of the user who created this notification target record. This value supports audit history and record origin tracking. |
| Created_By_Name | String | True |
The display name of the user who created this notification target record. This value appears in administrative and activity views. |
| Credentials | String | False |
The credentials or connection details that are used to authenticate the notification delivery method. This value supports secure message routing or enrichment access. |
| Date_Entered | Datetime | True |
The date and time when this notification target record was created. This timestamp is used for chronological sorting and audit review. |
| Date_Modified | Datetime | True |
The date and time when this notification target record was last modified. This timestamp supports change tracking and administrative oversight. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this notification target record is marked as deleted. It returns a value of 'false' when the record remains active. |
| Description | String | False |
A descriptive note that explains the purpose, context, or intended use of this notification target configuration. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this notification target record. It returns a value of 'false' when the record is not being followed. |
| Id [KEY] | String | True |
The Id of this notification target 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. Locked fields protect data consistency and enforce administrative controls. |
| Modified_By_Name | String | True |
The display name of the user who last modified this notification target record. This value supports transparency in update history. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this notification target record. This value provides traceability for changes. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the notification target is marked as a favorite by the current user. It returns a value of 'false' when it is not favorited. |
| Name | String | False |
The display name of this notification target. This value is used to identify the target in selector lists, dashboards, and configuration panels. |
| Sync_Key | String | True |
The synchronization key that is used to align this notification target record with external systems or integration workflows. |
| Tag | String | False |
The tags that are applied to this notification target for search, filtering, and grouping. |
| Type | String | False |
The type of notification target (for example, 'email', 'webhook', 'integration channel', or 'internal messaging route'). This value determines how notifications are delivered. |