SavedSearches
Lists the saved searches that are available to users in Bullhorn CRM. This view supports productivity by allowing users to locate and reuse predefined search criteria across the system.
View Specific Information
No filters are handled server-side on this view.
Columns
| Name | Type | Description |
| Id [KEY] | Int | Represents the unique identifier (Id) for the SavedSearches record. This value provides the primary reference that Bullhorn CRM uses to retrieve and manage the saved search. |
| Name | String | Specifies the name value that is associated with the SavedSearches record. This value supports identification, organization, and filtering within saved-search lists. |
| IndexType | String | Indicates the entity type that is associated with the SavedSearches record. This value determines which Bullhorn CRM entity the saved query is executed against during search operations. |
| Description | String | Represents the descriptive text that is associated with the SavedSearches record. This value clarifies the saved search's purpose and improves user understanding when reviewing search collections. |
| Query | String | Specifies the query text that is associated with the SavedSearches record. This value defines the conditions and constraints that the system uses when retrieving matching data. |
| OwnerId | Int | Specifies the Id of the owner that is associated with the SavedSearches record. This value identifies the user responsible for creating or maintaining the saved search. |
| OwnerFirstName | String | Represents the first name of the owner that is associated with the SavedSearches record. This value supports display, reporting, and ownership identification in user interfaces. |
| OwnerLastName | String | Represents the last name of the owner that is associated with the SavedSearches record. This value supports ownership tracking and enhances clarity in user-facing displays. |
| DateAdded | Date | Indicates the date when the SavedSearches record is added to the system. This value supports audit tracking and chronological organization of saved-search metadata. |
| Favorite | Boolean | Returns a value of 'true' if the SavedSearches record is marked as a favorite. It returns a value of 'false' when the record is not marked as a favorite. |