> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TypicalSearch table

> Owner of a set of predefined selection criteria

## TypicalSearch Table (503)

Owner of a set of predefined selection criteria

## Fields

| Name                      | Description                                                                                                                                                        | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------- | :------: |
| typicalsearch\_id         | Primary key                                                                                                                                                        | PK                              |    No    |
| Title                     | The title of the typical search (multilingual)                                                                                                                     | String(4000)                    |    Yes   |
| Tooltip                   | The tooltip for the typical search (multilingual)                                                                                                                  | String(4000)                    |    Yes   |
| EntityName                | The name of the entity the typical search links to                                                                                                                 | String(255)                     |    Yes   |
| IsEntityDefault           | Indicates if this is the default set of criteria for an entity                                                                                                     | Bool                            |    Yes   |
| IncludePerson             | For selection-of-company: state of the Include Main Contact checkbox                                                                                               | Bool                            |    Yes   |
| Source                    | Name of organisation that sources and maintains this TypicalSearch. Allows for both SuperOffice and partners to maintain sets of typical searches without conflict | String(255)                     |    Yes   |
| VersionNumber             | The current downloaded version of this typical search                                                                                                              | Int                             |    Yes   |
| registered                | Registered when                                                                                                                                                    | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                                                                                                                                                 | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                                                                                                                                                  | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                                                                                                                                               | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record                                                                                                                              | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/TypicalSearch.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=c6413625a553beda8db2ab45295fabf9" alt="TypicalSearch table relationship diagram" width="430" height="59" data-path="media/loc/en/database/tables/TypicalSearch.png" />

## Indexes

| Fields             | Types                    | Description |
| ------------------ | ------------------------ | ----------- |
| EntityName, Source | String(255), String(255) | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [Released database changes in version 11.2.664.0](/release-notes/database/changes-11.2.664.md)
- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
- [What's new in version 10.5.1.1092](/release-notes/database/changes-10.5.1.md)
- [What's new in version 10.5.2.435](/release-notes/database/changes-10.5.2.md)
- [What's new in version 10.5.3.711](/release-notes/database/changes-10.5.3.md)
- [What's new in version 10.5.4.867](/release-notes/database/changes-10.5.4.md)
