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

# Enum values for SelectionSystemType

> Lists the enum values for SelectionSystemType.

## SelectionSystemType Enum

Selection system type - defines if this selection is one that is managed by the system, and what kind it is

| Name                          | Value | Description                                                                                                                                    |
| ----------------------------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| User                          | 0     | User selection, managed by users                                                                                                               |
| TemporaryShortTermStatic      | 1     | Temporary static selection, one per user, for short-term operations                                                                            |
| PersonalForFind               | 2     | Personal dynamic, for the Find mode in the selection panel                                                                                     |
| DashboardTileSelection        | 3     | Selecton is associated with a dashboard tile                                                                                                   |
| PersonalForDashboard          | 4     | Personal dynamic, for dashboard tiles                                                                                                          |
| PersonalForDashboardSecondary | 5     | Personal dynamic secondary, for dashboard tiles                                                                                                |
| PrimedSharedSelection         | 6     | Shared selection primed by SuperOffice (e.g. the Sales Overview defaults). Owned by nobody, not managed by users, hidden from selection search |

## Usage

* [selection](../selection).SystemType - Selections


## Related topics

- [Enum SelectionSystemType](/en/automation/crmscript/reference/CRMScript.NetServer.SelectionSystemType.md)
- [Enum values for SelectionUnionType](/en/database/tables/enums/selectionuniontype.md)
- [Enum values for SystemMessageType](/en/database/tables/enums/systemmessagetype.md)
- [selection table](/en/database/tables/selection.md)
- [Enum values for Navigation](/en/database/tables/enums/navigation.md)
- [Create Selection From Selection](/en/api/reference/restful/agent/selection_agent/create-selection-from-selection.md)
