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

> Actor type within the CRM, system, a subset of the SuperOffice Entity types

Actor type within the CRM, system, a subset of the SuperOffice Entity types

## Syntax

```crmscript theme={null}
CrmActorType
```

## Fields

| Name    | Description                      |
| ------- | -------------------------------- |
| Unknown | Unknown - used when initializing |
| Contact | Crm Customer                     |
| Person  | Person                           |
| Project | Project                          |
| Sale    | Sale                             |


## Related topics

- [Enum values for CrmActorType](/en/database/tables/enums/crmactortype.md)
- [SuperOffice.WebApi.Data.CrmActorType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CrmActorType.md)
- [ErpConnectionActorType table](/en/database/tables/erpconnectionactortype.md)
- [SuperOffice.WebApi.Data.ErpConnectionData](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnectionData.md)
- [Get Crm Actor Type](/en/api/reference/restful/agent/erpsync_agent/get-crm-actor-type.md)
- [SuperOffice.WebApi.Data.ErpSyncActorTypeMapping](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSyncActorTypeMapping.md)
