> ## 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.

# SearchCriterionValue table

> Criteria storage for Selection and other Find mechanisms

## SearchCriterionValue Table (204)

Criteria storage for Selection and other Find mechanisms

## Fields

| Name                      | Description                                                                                              | Type                                        | Nullable |
| ------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------- | :------: |
| SearchCriterionValue\_id  | Primary key                                                                                              | PK                                          |    No    |
| SearchCriterion\_id       | Owning group                                                                                             | FK [SearchCriterion](./searchcriterion.mdx) |    No    |
| longValue                 | Value for long type                                                                                      | Int                                         |    Yes   |
| doubleValue               | Value for double type                                                                                    | Double                                      |    Yes   |
| stringValue               | Value for String type                                                                                    | String(254)                                 |    Yes   |
| rank                      | Ordering within this group                                                                               | UShort                                      |    No    |
| listTableId               | List table ID, 0 if this is not a reference to a list                                                    | TableNumber                                 |    Yes   |
| listItemId                | List item ID: the primary key of the list table identified above, or 0.                                  | RecordId                                    |    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    |
| valueType                 | The RestrictionType that describes this value; might vary between values connected to the same criterion | String(128)                                 |    Yes   |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/SearchCriterionValue.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=57f91ee1e66bf03ed28421a36e433546" alt="SearchCriterionValue table relationship diagram" width="788" height="59" data-path="media/loc/en/database/tables/SearchCriterionValue.png" />

## Indexes

| Fields              | Types | Description |
| ------------------- | ----- | ----------- |
| SearchCriterion\_id | FK    | Index       |

## Relationships

| Table                                | Description                                                        |
| ------------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)             | Employees, resources and other users - except for External persons |
| [SearchCriterion](./searchcriterion) | Criteria storage for Selection and other Find mechanisms           |

## Replication Flags

* Area Management controlled table. Contents replicated to satellites and traveller databases.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [SearchCriterion table](/en/database/tables/searchcriterion.md)
- [Typical search](/en/api/search/find-selection/typical-search.md)
- [Dynamic selections](/en/api/search/selection/dynamic-selections.md)
- [What's new in version 12.2.2072.0](/release-notes/database/changes-12.2.2072.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [Enum values for CriterionOperator](/en/database/tables/enums/criterionoperator.md)
