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

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

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

## Syntax

```crmscript theme={null}
SelectionSystemType
```

## Fields

| Name                          | Description                                                         |
| ----------------------------- | ------------------------------------------------------------------- |
| User                          | User selection, managed by users                                    |
| TemporaryShortTermStatic      | Temporary static selection, one per user, for short-term operations |
| PersonalForFind               | Personal dynamic, for the Find mode in the selection panel          |
| DashboardTileSelection        | Selecton is associated with a dashboard tile                        |
| PersonalForDashboard          | Personal dynamic, for dashboard tiles                               |
| PersonalForDashboardSecondary | Personal dynamic secondary, for dashboard tiles                     |


## Related topics

- [Enum values for SelectionSystemType](/en/database/tables/enums/selectionsystemtype.md)
- [selection table](/en/database/tables/selection.md)
- [Enum SelectionType](/en/automation/crmscript/reference/CRMScript.NetServer.SelectionType.md)
- [Enum SelectionUnionType](/en/automation/crmscript/reference/CRMScript.NetServer.SelectionUnionType.md)
- [Enum values for SelectionUnionType](/en/database/tables/enums/selectionuniontype.md)
- [Enum values for SystemMessageType](/en/database/tables/enums/systemmessagetype.md)
