Trackers
Stores user and system activity tracking records. This table supports operational analytics, historical review, and audit trails.
Columns
| Name | Type | ReadOnly | Description |
| Action | String | False |
The user action or event that was recorded (for example, 'view', 'save', or 'update'). This value helps capture behavioral and usage activity across modules. |
| Date_Modified | Datetime | True |
The date and time when this tracker record was most recently updated. This value supports audit history and change tracking. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this tracker record is marked as deleted. It returns a value of 'false' when the record remains active and available. |
| Id [KEY] | Int | True |
The unique identifier (Id) for this tracker record. This value is used to reference and analyze the recorded activity. |
| Item_Id | String | False |
The Id of the item or record that was accessed or modified. This value links the tracked action to a specific business record. |
| Item_Summary | String | False |
A descriptive summary of the item that was accessed. This value provides human-readable context for usage and behavior analysis. |
| Module_Name | String | False |
The name of the SugarCRM module (for example, 'Accounts', 'Contacts', or 'Opportunities') in which the tracked action occurred. |
| Monitor_Id | String | False |
The Id of the monitoring session that produced this tracker entry. This value connects this record to broader performance or behavioral tracking data. |
| Session_Id | String | False |
The Id of the user session during which the action occurred. This value supports audit trails and security review. |
| Team_Id | String | False |
The Id of the team that is associated with the tracked record or user activity. This value helps determine scope of visibility and collaboration involvement. |
| User_Id | String | False |
The Id of the user who performed the action. This value is used to analyze individual behavior, activity patterns, or audit pathways. |
| Visible | Bool | False |
A Boolean field that returns a value of 'true' when this tracker record is visible to auditors or reporting tools. It returns a value of 'false' when the record is hidden from standard views. |