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

> Actor type within the ERP system, related but not identitcal to SuperOffice Entity type

Actor type within the ERP system, related but not identitcal to SuperOffice Entity type

## Syntax

```crmscript theme={null}
ErpActorType
```

## Fields

| Name     | Description                         |
| -------- | ----------------------------------- |
| Unknown  | Unknown - used when initializing    |
| Customer | Erp Customer                        |
| Supplier | Supplier or Vendor                  |
| Partner  | Both customer and supplier          |
| Person   | Contact person                      |
| Project  | Project                             |
| Employee | Employee, often mapped to associate |
| Sale     | Sale                                |


## Related topics

- [Enum values for ErpActorType](/en/database/tables/enums/erpactortype.md)
- [SuperOffice.WebApi.Data.ErpActorType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpActorType.md)
- [ErpConnectionActorType table](/en/database/tables/erpconnectionactortype.md)
- [ErpExternalKey table](/en/database/tables/erpexternalkey.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)
