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

> Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.

Selection type - static/dynamic/combined. Works together with targetTable to define what kind of Selection this is.

## Syntax

```crmscript theme={null}
SelectionType
```

## Fields

| Name     | Description        |
| -------- | ------------------ |
| Static   | Static selection   |
| Dynamic  | Dynamic selection  |
| Combined | Combined selection |


## Related topics

- [SuperOffice.WebApi.Data.SelectionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.SelectionType.md)
- [SuperOffice.WebApi.Data.SelectionEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SelectionEntity.md)
- [SuperOffice.WebApi.Agents.SelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SelectionAgent.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
- [Enum SelectionSystemType](/en/automation/crmscript/reference/CRMScript.NetServer.SelectionSystemType.md)
- [Enum SelectionUnionType](/en/automation/crmscript/reference/CRMScript.NetServer.SelectionUnionType.md)
