Enum AppAvailState
Value for the availableInState field in table externalapplication This Enum is used by: ExtApp.availableInState This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum AppAvailState : short
Fields
Name | Description |
---|---|
Always | 0: This application is always available |
CentralDb | 1: This application is only available on the Central database |
SalesMarketingPocket | 16: This application is available on Sales Marketing Pocket |
SalesMarketingWeb | 8: This application is available on Sales Marketing Web |
SatelliteDb | 2: This application is only available on a Satellite database |
TravelDb | 4: This application is only available on a Travel database |