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

> Field Type in table associate

Field Type in table associate

## Syntax

```crmscript theme={null}
AssociateType
```

## Fields

| Name           | Description                                                                                                         |
| -------------- | ------------------------------------------------------------------------------------------------------------------- |
| NoPersonBit    | Associates with this bit is not associated with any person. Disregard the PersonId for associates with this bit set |
| AnonymousBit   | Associates of this type is not authenticated for SuperOffice                                                        |
| NoCalenderBit  | Associates with this bit do not have a calendar                                                                     |
| NoSentryBit    | Associates with this bit has full access rights, and the Sentry mechanism is bypassed                               |
| Employee       | User / Employee                                                                                                     |
| Resource       | Resource like meeting room and projector                                                                            |
| ExternalPerson | Person not working for the company taking part in Collaborative CRM (eCRM)                                          |
| System         | Application with full access rights (EAI)                                                                           |
| Anonymous      | Unknown party accessing the system (e.g. prospecting, eCRM)                                                         |


## Related topics

- [Enum values for AssociateType](/en/database/tables/enums/associatetype.md)
- [AssociateHistory table](/en/database/tables/associatehistory.md)
- [associate table](/en/database/tables/associate.md)
- [Enum AssociateSourceType](/en/automation/crmscript/reference/CRMScript.NetServer.AssociateSourceType.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [SuperOffice.WebApi.Data.AssociateSourceType](/en/api/reference/webapi/SuperOffice.WebApi.Data.AssociateSourceType.md)
