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

> Lists the enum values for CrmActorType.

## CrmActorType Enum

The actor type (CRM side)

| Name    | Value | Description                      |
| ------- | ----- | -------------------------------- |
| Unknown | 0     | Unknown - used when initializing |
| Contact | 1     | Crm Customer                     |
| Person  | 2     | Person                           |
| Project | 3     | Project                          |
| Sale    | 4     | Sale                             |

## Usage

* [ErpConnectionActorType](../erpconnectionactortype).ActorTypeCrm - Data about the configuration of one Erp Actor on one ErpConnection


## Related topics

- [Enum CrmActorType](/en/automation/crmscript/reference/CRMScript.NetServer.CrmActorType.md)
- [SuperOffice.WebApi.Data.CrmActorType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CrmActorType.md)
- [SuperOffice.WebApi.Data.ErpConnectionData](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpConnectionData.md)
- [Enum values for ErpActorType](/en/database/tables/enums/erpactortype.md)
- [Create Erp Actor From Crm](/en/api/reference/restful/agent/erpsync_agent/create-erp-actor-from-crm.md)
- [Break Actor Link](/en/api/reference/restful/agent/erpsync_agent/break-actor-link.md)
