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

> Status if this appointment is in the process of being assigned to someone else

Status if this appointment is in the process of being assigned to someone else

## Syntax

```crmscript theme={null}
AssignmentStatus
```

## Fields

| Name      | Description                                                                                                                                                    |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Unknown   | Unknown - used when initializing                                                                                                                               |
| None      | 1: All appointments not in the process of being assigned to someone else                                                                                       |
| Assigning | 11: Appointment in the process of being assigned to someone else                                                                                               |
| Seen      | 12: Appointment where the party requested to take ownership of the appointment or task has observed the request, but not yet accepted or declined the request. |
| Declined  | 13: Appointment where the person requested to take ownership has declined.                                                                                     |


## Related topics

- [SuperOffice.WebApi.Data.AssignmentStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.AssignmentStatus.md)
- [SuperOffice.WebApi.Data.AlarmData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AlarmData.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Enum AppointmentStatus](/en/automation/crmscript/reference/CRMScript.NetServer.AppointmentStatus.md)
