SavedSearch
Stores saved search definitions for reusable filtering criteria. This table supports quick recall of commonly used list views and data queries.
Columns
| Name | Type | ReadOnly | Description |
| Acl_Team_Names | String | True |
The list of team names that are associated with this saved search. This value supports collaboration, access control, and visibility filtering. |
| Acl_Team_Set_Id | String | False |
The Id of the set of teams that have access to this saved search. This value is used to manage shared permission assignments. |
| Assigned_User_Id | String | False |
The unique identifier (Id) of the user who is responsible for this saved search. This assignment determines ownership and workflow accountability. |
| Assigned_User_Name | String | False |
The display name of the user who is assigned to this saved search. This value is shown in the user interface for readability and reporting. |
| Contents | String | False |
The stored configuration details of the saved search, including filters, conditions, and display preferences. This value defines what the user retrieves when the search is executed. |
| Date_Entered | Datetime | True |
The date and time when this saved search record was created. This value supports timeline tracking and audit review. |
| Date_Modified | Datetime | True |
The date and time when this saved search record was most recently updated. This field supports change tracking and version transparency. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when this saved search record is marked as deleted. It returns a value of 'false' when the record remains active and available for use. |
| Description | String | False |
A detailed description of the saved search. This field can include usage notes, search purpose, or context for other users. |
| Id [KEY] | String | True |
The Id for this saved search record. This value is used to reference and manage the record across the system. |
| Name | String | False |
The name of the saved search. This value is used as the primary label throughout the system. |
| Search_Module | String | False |
The module that the saved search is based on. This value determines which dataset the search queries when executed. |
| Team_Count | String | False |
The number of teams that are associated with this saved search. This value indicates collaboration scope and access distribution. |
| Team_Id | String | False |
The Id of the primary team that is responsible for this saved search. This value establishes ownership for permissions and visibility. |
| Team_Name | String | False |
The display name of the primary team that is associated with this saved search. This value is shown in the user interface and reporting outputs. |
| Team_Set_Id | String | False |
The Id of the set of teams that share access to this saved search. This value supports multi-team collaboration and permission configuration. |