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

> Used in the CheckLicenseStatusResult to describe how SOADMIN should handle

Used in the CheckLicenseStatusResult to describe how SOADMIN should handle

## Syntax

```crmscript theme={null}
LicenseStatus
```

## Fields

| Name                    | Description                                                         |
| ----------------------- | ------------------------------------------------------------------- |
| Ok                      | License is ok. No changes detected                                  |
| NewLicenseAvailable     | New license information available. Get new license and activate it. |
| NewCompanyNameAvailable | Name change detected. Fetch new license and activate it.            |
| NewSerialAvailable      | Serial number change detected. Fetch new license and activate it.   |
| UseCustomMessage        | See message for details.                                            |
| UseCustomMessageAndUrl  | See message and URL for details. Client should make URL clickable.  |
| ProblemWithLicense      | Something seems to be wrong. Cannot fetch new license.              |
| UnknownError            | Bad things are happening.                                           |
