HintEnrichFieldConfigs
Stores configuration data that determines which fields are enriched by Sugar Hint. This table supports automated data enhancement and profile completion workflows.
Columns
| Name | Type | ReadOnly | Description |
| Assigned_User_Id | String | False |
The unique identifier (Id) of the user who is assigned responsibility for this enrichment-field configuration. This user maintains ownership and can update or approve configuration settings. |
| Assigned_User_Name | String | True |
The display name of the user who is assigned responsibility for this enrichment-field configuration. This value is shown in record headers and administrative views. |
| Commentlog | String | True |
The log of comments and discussion notes that are associated with this enrichment-field configuration. This field supports collaboration and historical reference. |
| Config_Data | String | False |
The stored configuration data that defines how the enrichment field behaves. This data controls mapping logic, source preference, or enrichment rules. |
| Created | Datetime | False |
The date and time when the enrichment configuration was initially generated by the system. This value is often system-assigned and can differ from record entry timestamps. |
| Created_By | String | True |
The Id of the user who created this enrichment-field configuration record. This value supports auditing and change history. |
| Created_By_Name | String | True |
The display name of the user who created this enrichment-field configuration record. This value appears in user-facing details and record summaries. |
| Date_Entered | Datetime | True |
The date and time when this configuration record was entered into the system. This timestamp supports chronological sorting and audit controls. |
| Date_Modified | Datetime | True |
The date and time when this configuration record was last modified. This timestamp supports change tracking and administrative review. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this enrichment configuration record is marked as deleted. It returns a value of 'false' when the record remains active. |
| Description | String | False |
A narrative description that explains the purpose or intended usage of the enrichment-field configuration. This field is commonly used for internal communication and clarity. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following this configuration record. It returns a value of 'false' when the user is not following it. |
| Id [KEY] | String | True |
The Id of this enrichment-field configuration record. The system uses this Id to reference and manage the configuration internally. |
| Locked_Fields | String | True |
The list of fields that are restricted from editing on this configuration record. Locked fields help maintain data consistency and prevent unauthorized changes. |
| Modified_By_Name | String | True |
The display name of the user who last modified this configuration record. This value assists with accountability and review. |
| Modified_User_Id | String | True |
The Id of the user who most recently updated this configuration record. This value supports traceability for configuration adjustments. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the current user has marked this configuration record as a favorite. It returns a value of 'false' when it is not marked as a favorite. |
| Name | String | False |
The display name of this enrichment-field configuration. This value is used to identify the configuration in lists and administrative interfaces. |
| Sync_Key | String | True |
The synchronization key that is used to align this configuration record with external systems or enrichment providers. |
| Synced | Bool | False |
A Boolean field that returns a value of 'true' when the configuration is successfully synchronized with the external enrichment service. It returns a value of 'false' when synchronization has not occurred or is pending. |
| Tag | String | False |
The tags that are applied to this enrichment-field configuration for categorization, search filtering, and grouping. |