> ## 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 values for AppAvailState

> Lists the enum values for AppAvailState.

## AppAvailState Enum

When should this application be available from SO: 0=always, 1=on central db, 2=on travel db,4 on satellite. The value 5 (1+4) indicates that this application is available when logged in to a central or satellite db

| Name                 | Value | Description                                                |
| -------------------- | ----- | ---------------------------------------------------------- |
| Always               | 0     | This application is always available                       |
| CentralDb            | 1     | This application is only available on the Central database |
| SatelliteDb          | 2     | This application is only available on a Satellite database |
| TravelDb             | 4     | This application is only available on a Travel database    |
| SalesMarketingWeb    | 8     | This application is available on Sales Marketing Web       |
| SalesMarketingPocket | 16    | This application is available on Sales Marketing Pocket    |

## Usage

* [ExtApp](../extapp).availableInState - ExtApp list table. Applications startable from SuperOffice


## Related topics

- [Enum AppAvailState](/en/automation/crmscript/reference/CRMScript.NetServer.AppAvailState.md)
- [ExtApp table](/en/database/tables/extapp.md)
- [Enum values for ShowState](/en/database/tables/enums/showstate.md)
- [Enum values for WebhookNotifyVia](/en/database/tables/enums/webhooknotifyvia.md)
- [Get Checkout State](/en/api/reference/restful/rest/document/get-checkout-state.md)
- [Enum values for DeltaState](/en/database/tables/enums/deltastate.md)
