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

> Lists the enum values for ErpActorType.

## ErpActorType Enum

The actor type within the ERP system of this synchronized record

| Name     | Value | Description                         |
| -------- | ----- | ----------------------------------- |
| Unknown  | 0     | Unknown - used when initializing    |
| Customer | 1     | Erp Customer                        |
| Supplier | 2     | Supplier or Vendor                  |
| Partner  | 3     | Both customer and supplier          |
| Person   | 4     | Contact person                      |
| Project  | 5     | Project                             |
| Employee | 6     | Employee, often mapped to associate |
| Sale     | 7     | Sale                                |

## Usage

* [ErpConnectionActorType](../erpconnectionactortype).ActorTypeErp - Data about the configuration of one Erp Actor on one ErpConnection
* [ErpExternalKey](../erpexternalkey).ActorType - The external (ERP-facing) key related to a synchronized record / connection


## Related topics

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