> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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.                                                                                     |
