usrsavedsearch
Stores user-saved search queries, allowing quick retrieval of frequently used searches.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | Represents the unique internal identifier for the saved search, ensuring accurate tracking within the system. | |
| datecreated | Date | Records the date when the saved search was created, ensuring chronological tracking of search definitions. | |
| dateexecuted | Date | Stores the last execution date of the saved search, providing insights into search activity and usage. | |
| datemodified | Date | Indicates the last date the saved search was modified, ensuring visibility into search version updates. | |
| definitionentity | String | Contains the definition or structure of the saved search, specifying criteria, filters, and result columns. | |
| description | String | Stores a brief description of the saved search, helping users understand its purpose and function. | |
| isshared | Boolean | Indicates whether the saved search is shared with other users. If the value is true, it is accessible to others. | |
| name | String | Stores the name of the saved search, ensuring easy identification and reference within the system. | |
| owner | String | Identifies the user who created or owns the saved search, ensuring accountability and management of saved searches. | |
| role | String | Specifies the role associated with the saved search, determining access permissions and visibility. | |
| scriptid | String | Stores the unique script identifier associated with the saved search, allowing for automation and system integration. |