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

# SuperOffice.License.SoLicenseNames

# <a id="SuperOffice_License_SoLicenseNames" /> Class SoLicenseNames

Namespace: [SuperOffice.License](SuperOffice.License.md)\
Assembly: SuperOffice.WebApi.dll

License names for SuperOffice Module Licenses. Use
SuperOffice.Security.Principal.SoPrincipal.GetLicense and
SuperOffice.Security.Principal.SoPrincipal.HasLicense with these constants.

```csharp theme={null}
public static class SoLicenseNames
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[SoLicenseNames](SuperOffice.License.SoLicenseNames.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Fields

### <a id="SuperOffice_License_SoLicenseNames_AI" /> AI

superoffice.ai: Artificial Intelligence
System license.

```csharp theme={null}
public const string AI = "superoffice.ai"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ActivityBoard" /> ActivityBoard

superoffice.activityboard : Enable iCentrum Activity Board feature
Site license.

```csharp theme={null}
public const string ActivityBoard = "superoffice.activityboard"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ActivityFolders" /> ActivityFolders

superoffice.activityfolders : Enable infobridge Activity Folders feature
Site license.

```csharp theme={null}
public const string ActivityFolders = "superoffice.activityfolders"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AdminAnonymousUser" /> AdminAnonymousUser

superoffice.admin-anonymous-user: Anonymous user admin Allows user to admin anonymous user in SOADMIN user panel.
User License: Hidden Unrestricted

```csharp theme={null}
[UserLicense]
public const string AdminAnonymousUser = "superoffice.admin-anonymous-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AdminExternUser" /> AdminExternUser

superoffice.admin-extern-user: External user administrator Allows user to admin external user in CRM client
User License:  Unrestricted

```csharp theme={null}
[UserLicense]
public const string AdminExternUser = "superoffice.admin-extern-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AdminRole" /> AdminRole

superoffice.role: Enable admin roles feature
Site license.

```csharp theme={null}
public const string AdminRole = "superoffice.role"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AdminSystemUser" /> AdminSystemUser

superoffice.admin-system-user: System user administrator Allows user to admin system user in SOADMIN user panel.
User License: Hidden Unrestricted

```csharp theme={null}
[UserLicense]
public const string AdminSystemUser = "superoffice.admin-system-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiAgent" /> AiAgent

superoffice.ai-agent: Enable AI Agent features such as agent marketplace in admin, and agent panel in client.
Site license.

```csharp theme={null}
public const string AiAgent = "superoffice.ai-agent"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiBgRemover" /> AiBgRemover

superoffice.ai-bg-remover: Enable automatic background removal feature
Site license.

```csharp theme={null}
public const string AiBgRemover = "superoffice.ai-bg-remover"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiCategorization" /> AiCategorization

superoffice.aicategorization: Enables auto categorization of service messages
Site license.

```csharp theme={null}
public const string AiCategorization = "superoffice.aicategorization"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiChatbot" /> AiChatbot

superoffice.aichatbot: Enables Chatbot features
Site license.

```csharp theme={null}
public const string AiChatbot = "superoffice.aichatbot"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiCopilot" /> AiCopilot

superoffice.ai-copilot: Enable SuperOffice AI Copilot sidepanel feature
Site license.

```csharp theme={null}
public const string AiCopilot = "superoffice.ai-copilot"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiFormCopilot" /> AiFormCopilot

superoffice.ai-formcopilot: Enable automatic forms styling feature
Site license.

```csharp theme={null}
public const string AiFormCopilot = "superoffice.ai-formcopilot"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiMcp" /> AiMcp

superoffice.ai-mcp: Enable MCP feature
Site license.

```csharp theme={null}
public const string AiMcp = "superoffice.ai-mcp"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiNLQ" /> AiNLQ

superoffice.ai-nlq: Enable Natural Language Query feature on Selection
Site license.

```csharp theme={null}
public const string AiNLQ = "superoffice.ai-nlq"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiPlatform" /> AiPlatform

superoffice.aiplatform: Enables AI features
Site license.

```csharp theme={null}
public const string AiPlatform = "superoffice.aiplatform"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiServiceCopilot" /> AiServiceCopilot

superoffice.ai-servicecopilot: Enable SuperOffice Service Copilot answer request feature
Site license.

```csharp theme={null}
public const string AiServiceCopilot = "superoffice.ai-servicecopilot"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiSummarize" /> AiSummarize

superoffice.ai-summarize: Enable automatic ticket/document/company summary feature
Site license.

```csharp theme={null}
public const string AiSummarize = "superoffice.ai-summarize"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiText" /> AiText

superoffice.ai-text: Enable text rewrite feature in editor, such as rewrite, formal/informal, expand, shorten etc.
Site license.

```csharp theme={null}
public const string AiText = "superoffice.ai-text"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiTextServices" /> AiTextServices

superoffice.aitextservices: Enables AI translation and sentiment features on request
Site license.

```csharp theme={null}
public const string AiTextServices = "superoffice.aitextservices"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AiTranslate" /> AiTranslate

superoffice.ai-translate: Enable automatic ticket translation feature
Site license.

```csharp theme={null}
public const string AiTranslate = "superoffice.ai-translate"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AnonymousUser" /> AnonymousUser

superoffice.anonymous-user: Anonymous Users Turns on anonymous user in SOADMIN user panel and NetServer
System License: Hidden

```csharp theme={null}
public const string AnonymousUser = "superoffice.anonymous-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AnonymousUserCal" /> AnonymousUserCal

superoffice.anonymous-user-cal: Anonymous user login Allows log in to NetServer, Audience
User License:  Unrestricted

```csharp theme={null}
[UserLicense]
public const string AnonymousUserCal = "superoffice.anonymous-user-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_AreaMgt" /> AreaMgt

superoffice.area-mgt: Area Management Turns on Area Mgt in SOADMIN
System License:

```csharp theme={null}
public const string AreaMgt = "superoffice.area-mgt"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Audience" /> Audience

superoffice.audience: Audience Enables Audience web site.
Site License:     Requires: extern-user

```csharp theme={null}
public const string Audience = "superoffice.audience"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_BizCard" /> BizCard

superoffice.bizcard: Enable Business card scanning feature
Site license.

```csharp theme={null}
public const string BizCard = "superoffice.bizcard"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_BookMyCalendar" /> BookMyCalendar

superoffice.bookmycalendar: Enable iCentrum Book my calendar feature
Site license.

```csharp theme={null}
public const string BookMyCalendar = "superoffice.bookmycalendar"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Chat" /> Chat

superoffice.chat : Activate chat system. Without this license the Chat Admin does not appear.
System license.

```csharp theme={null}
public const string Chat = "superoffice.chat"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ChatCal" /> ChatCal

superoffice.chat-cal: Turn on chat for this user. Without this CAL the user cannot access Chat system.
Chat permissions are controlled separately in admin.
User license.

```csharp theme={null}
[UserLicense]
public const string ChatCal = "superoffice.chat-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ChatFree" /> ChatFree

superoffice.chat-free: Enables chat
System license.

```csharp theme={null}
public const string ChatFree = "superoffice.chat-free"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ConfigScreens" /> ConfigScreens

superoffice.config-screens: Enables configurable screens
Site license.

```csharp theme={null}
public const string ConfigScreens = "superoffice.config-screens"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ConnectErpProfessional" /> ConnectErpProfessional

superoffice.connecterp-professional: Enable ConnectERP professional feature
Site license.

```csharp theme={null}
public const string ConnectErpProfessional = "superoffice.connecterp-professional"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ConnectErpStandard" /> ConnectErpStandard

superoffice.connecterp-standard: Enable ConnectERP standard feature
Site license.

```csharp theme={null}
public const string ConnectErpStandard = "superoffice.connecterp-standard"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ContractManager" /> ContractManager

superoffice.contractmanager: Enable iCentrum Contract Manager feature
Site license.

```csharp theme={null}
public const string ContractManager = "superoffice.contractmanager"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_CrmScript" /> CrmScript

superoffice.crmscript: Enable CRMScript editing feature. CRMScript execution is controlled separately by ej-mod-blogic
Site license.

```csharp theme={null}
public const string CrmScript = "superoffice.crmscript"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_CustomApps" /> CustomApps

superoffice.custom-apps: Enables un-certified apps without going through app store.
System License: Hidden

```csharp theme={null}
public const string CustomApps = "superoffice.custom-apps"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_CustomObjects" /> CustomObjects

superoffice.custom-objects: Enables custom screens for extra tables.
Site license.

```csharp theme={null}
public const string CustomObjects = "superoffice.custom-objects"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Dash" /> Dash

superoffice.dash: Enables dashboard viewing, basic editing of tiles
Site license.

```csharp theme={null}
public const string Dash = "superoffice.dash"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_DashCal" /> DashCal

superoffice.dash-cal: Enables dashboard editing for user, tile and graph editor
User license.

```csharp theme={null}
[UserLicense]
public const string DashCal = "superoffice.dash-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_DataBridge" /> DataBridge

superoffice.databridge: Enables DataBridge
Site license.

```csharp theme={null}
public const string DataBridge = "superoffice.databridge"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_DatabridgePro" /> DatabridgePro

superoffice.databridge-pro: Enable Databridge Pro feature
Site license.

```csharp theme={null}
public const string DatabridgePro = "superoffice.databridge-pro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_DbMirror" /> DbMirror

superoffice.db-mirror: Database Mirroring active. Database changes are copied to remote location for processing.
System license.

```csharp theme={null}
public const string DbMirror = "superoffice.db-mirror"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Demo" /> Demo

superoffice.demo: Demo installation marker. Applies to Online installations.
System license. Hidden.

```csharp theme={null}
public const string Demo = "superoffice.demo"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Devnet" /> Devnet

superoffice.devnet: DevNet membership Developer network membership. Enables Test License Tool
System License:

```csharp theme={null}
public const string Devnet = "superoffice.devnet"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Document" /> Document

```csharp theme={null}
public const string Document = "superoffice.document"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalAdmin" /> EJournalAdmin

superoffice.ej-mod-admin: eJournal admin and settings
System License: Hidden

```csharp theme={null}
public const string EJournalAdmin = "superoffice.ej-mod-admin"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalAdvancedFaq" /> EJournalAdvancedFaq

superoffice.ej-mod-advanced-faq: eJournal FAQ with advanced features (top 10, score, etc)
System License: Hidden

```csharp theme={null}
public const string EJournalAdvancedFaq = "superoffice.ej-mod-advanced-faq"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalBlogic" /> EJournalBlogic

superoffice.ej-mod-blogic: eJournal Business Logic, scripting, custom screens
System License: Hidden

```csharp theme={null}
public const string EJournalBlogic = "superoffice.ej-mod-blogic"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalClient" /> EJournalClient

superoffice.ej-client: eJournal login Allows user to log in to eJournal web client.
User License:     Requires: User

```csharp theme={null}
[UserLicense]
public const string EJournalClient = "superoffice.ej-client"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalCustomer" /> EJournalCustomer

superoffice.ej-mod-customer: eJournal Customer Center
System License: Hidden

```csharp theme={null}
public const string EJournalCustomer = "superoffice.ej-mod-customer"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalCustomerLang" /> EJournalCustomerLang

superoffice.ej-mod-customer-lang: eJournal Customer Center in multiple languages
System License: Hidden

```csharp theme={null}
public const string EJournalCustomerLang = "superoffice.ej-mod-customer-lang"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalDocument" /> EJournalDocument

superoffice.ej-mod-document: eJournal documents
System License: Hidden

```csharp theme={null}
public const string EJournalDocument = "superoffice.ej-mod-document"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalExtdb" /> EJournalExtdb

superoffice.ej-mod-extdb: eJournal Database Integration
System License: Hidden

```csharp theme={null}
public const string EJournalExtdb = "superoffice.ej-mod-extdb"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalHelp" /> EJournalHelp

superoffice.ej-mod-help: eJournal Help pages
System License: Hidden

```csharp theme={null}
public const string EJournalHelp = "superoffice.ej-mod-help"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalKnowledge" /> EJournalKnowledge

superoffice.ej-mod-knowledge: eJournal Knowledge Base and Reply templates
System License: Hidden

```csharp theme={null}
public const string EJournalKnowledge = "superoffice.ej-mod-knowledge"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalMacro" /> EJournalMacro

superoffice.ej-mod-macro: eJournal Macro scripting
System License: Hidden

```csharp theme={null}
public const string EJournalMacro = "superoffice.ej-mod-macro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalReadonlyClient" /> EJournalReadonlyClient

superoffice.ej-readonly-client: eJournal Read-only login Allows user to use eJournal read-only client.
User License:     Requires: User

```csharp theme={null}
[UserLicense]
public const string EJournalReadonlyClient = "superoffice.ej-readonly-client"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalRms" /> EJournalRms

superoffice.ej-mod-rms: eJournal Login pages - Request Management System marker
System License: Hidden

```csharp theme={null}
public const string EJournalRms = "superoffice.ej-mod-rms"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalSimClient" /> EJournalSimClient

superoffice.ej-sim-client: eJournal sim login eJournal Simultaneous client user.
User License:     Requires: User

```csharp theme={null}
[UserLicense]
public const string EJournalSimClient = "superoffice.ej-sim-client"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalSimReadonlyClient" /> EJournalSimReadonlyClient

superoffice.ej-sim-readonly-client: eJournal sim read-only eJournal Simultaneous read-only user
User License:     Requires: User

```csharp theme={null}
[UserLicense]
public const string EJournalSimReadonlyClient = "superoffice.ej-sim-readonly-client"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalSms" /> EJournalSms

superoffice.ej-mod-sms: eJournal SMS module
System License:

```csharp theme={null}
public const string EJournalSms = "superoffice.ej-mod-sms"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalSoap" /> EJournalSoap

superoffice.ej-mod-soap: eJournal Developer SOAP SDK
System License: Hidden

```csharp theme={null}
public const string EJournalSoap = "superoffice.ej-mod-soap"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalSoapPublic" /> EJournalSoapPublic

superoffice.ej-mod-soap-public: eJournal Public SOAP API
System License: Hidden

```csharp theme={null}
public const string EJournalSoapPublic = "superoffice.ej-mod-soap-public"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalSpm" /> EJournalSpm

superoffice.ej-mod-spm: eJournal eMarketing module - enables Mailings in navigator and all eMarketing functions (tracked links, images, ).
System License: Hidden

```csharp theme={null}
public const string EJournalSpm = "superoffice.ej-mod-spm"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalSpmCal" /> EJournalSpmCal

superoffice.ej-mod-spm-cal: eJournal eMarketing user
User License: Unrestricted

```csharp theme={null}
[UserLicense]
public const string EJournalSpmCal = "superoffice.ej-mod-spm-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalStandardEdition" /> EJournalStandardEdition

superoffice.ej-mod-standard-edition: eJournal standard edition: no scripts, custom screens, extra tables.
System License: Hidden

```csharp theme={null}
public const string EJournalStandardEdition = "superoffice.ej-mod-standard-edition"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalStat" /> EJournalStat

superoffice.ej-mod-stat: eJournal statistics
System License: Hidden

```csharp theme={null}
public const string EJournalStat = "superoffice.ej-mod-stat"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EJournalTicket" /> EJournalTicket

superoffice.ej-mod-ticket: Enables request management
System License: Hidden

```csharp theme={null}
public const string EJournalTicket = "superoffice.ej-mod-ticket"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Engagement" /> Engagement

superoffice.cep: Engagement Platform. Enables chat, forms, cust ctr
System license.

```csharp theme={null}
public const string Engagement = "superoffice.cep"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_EnrichCont" /> EnrichCont

superoffice.enrich-cont: Enable Enrich Company feature
Site license.

```csharp theme={null}
public const string EnrichCont = "superoffice.enrich-cont"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ErpSync" /> ErpSync

superoffice.erp-sync: Turns on ERP Sync in admin + clients
System License:

```csharp theme={null}
public const string ErpSync = "superoffice.erp-sync"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Escalate" /> Escalate

superoffice.escalate: Enables ticket escalation
Site license.

```csharp theme={null}
public const string Escalate = "superoffice.escalate"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ExchangeSync" /> ExchangeSync

superoffice.exchange-sync: Exchange Synchronizer Enables InfoBridge Exchange synchronizer
Site License:

```csharp theme={null}
public const string ExchangeSync = "superoffice.exchange-sync"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ExpanderServices" /> ExpanderServices

superoffice.expander-services: Expander Services activation - turns on CS extra tables, external users, custom apps
System License:

```csharp theme={null}
public const string ExpanderServices = "superoffice.expander-services"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ExternUser" /> ExternUser

superoffice.extern-user: External Users Turns on external users in SOADMIN user panel and NetServer
System License: Hidden

```csharp theme={null}
public const string ExternUser = "superoffice.extern-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ExternUserCal" /> ExternUserCal

superoffice.extern-user-cal: External user login Allows log in to audience client, eJournal portal, NetServer
User License:  Unrestricted

```csharp theme={null}
[UserLicense]
public const string ExternUserCal = "superoffice.extern-user-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ExtraStorage" /> ExtraStorage

superoffice.extra-storage: Extra Storage Information about storage capacity for Online CRM use.
Site License:

```csharp theme={null}
public const string ExtraStorage = "superoffice.extra-storage"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FeaturePricing" /> FeaturePricing

superoffice.feature-pricing: Indicates that the new pricelist is in use. Applies to both Online and On-Prem installations.
System license. Hidden.

```csharp theme={null}
public const string FeaturePricing = "superoffice.feature-pricing"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Federation" /> Federation

superoffice.federation: Cloud login integration marker
System License: Hidden

```csharp theme={null}
public const string Federation = "superoffice.federation"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Forms" /> Forms

superoffice.forms : Activate forms system. Without this license the Forms panel does not appear.
System license.

```csharp theme={null}
public const string Forms = "superoffice.forms"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FormsCal" /> FormsCal

superoffice.forms-cal: Turn on forms for this user. Without this CAL the user cannot access Forms designer.
User license.

```csharp theme={null}
[UserLicense]
public const string FormsCal = "superoffice.forms-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FormsFree" /> FormsFree

superoffice.forms-free: Enables forms
System license.

```csharp theme={null}
public const string FormsFree = "superoffice.forms-free"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FreeConfigScreens" /> FreeConfigScreens

superoffice.free-config-screens: Indicate free Configurable screens feature
Site license.

```csharp theme={null}
public const string FreeConfigScreens = "superoffice.free-config-screens"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FreeCustomObjects" /> FreeCustomObjects

superoffice.free-custom-objects: Indicate free Custom Objects feature
Site license.

```csharp theme={null}
public const string FreeCustomObjects = "superoffice.free-custom-objects"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FreeMailings" /> FreeMailings

superoffice.free-mailings: Enables old mailings license
Site license.

```csharp theme={null}
public const string FreeMailings = "superoffice.free-mailings"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FreeProjects" /> FreeProjects

superoffice.free-projects: Enables projects for T1 users
Site license.

```csharp theme={null}
public const string FreeProjects = "superoffice.free-projects"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FreeReplicationServer" /> FreeReplicationServer

superoffice.free-replication-server: Indicate free Replication server feature
Site license.

```csharp theme={null}
public const string FreeReplicationServer = "superoffice.free-replication-server"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FreeScim" /> FreeScim

superoffice.free-scim: Indicate free SCIM feature
Site license.

```csharp theme={null}
public const string FreeScim = "superoffice.free-scim"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_FreeTrial" /> FreeTrial

superoffice.freetrial: This free license will expire shortly.
System License

```csharp theme={null}
public const string FreeTrial = "superoffice.freetrial"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_G9" /> G9

superoffice.g9: Indicates that the 9.x pricelist is in use, and we have cleaned out BUY licenses. Applies to both Online and On-Prem installations.
System license. Hidden.

```csharp theme={null}
public const string G9 = "superoffice.g9"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_GoogleApps" /> GoogleApps

superoffice.GoogleApps: Cloud Google Apps authentication and document integration
System License: Hidden

```csharp theme={null}
public const string GoogleApps = "superoffice.googleapps"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Guide" /> Guide

superoffice.guide: Enables guides panel in admin
Site license.

```csharp theme={null}
public const string Guide = "superoffice.guide"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_GuideCal" /> GuideCal

superoffice.guide-cal: Enables project/sale guide tab for user if Sale/Project has guide enabled.
User license.

```csharp theme={null}
[UserLicense]
public const string GuideCal = "superoffice.guide-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_GuideProject" /> GuideProject

superoffice.guide-project: Enable Project Guide feature. Replaces superoffice.guide for projects.
Site license.

```csharp theme={null}
public const string GuideProject = "superoffice.guide-project"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_GuideSale" /> GuideSale

superoffice.guide-sale: Enable Sale Guide feature. Replaces superoffice.guide for sales.
Site license.

```csharp theme={null}
public const string GuideSale = "superoffice.guide-sale"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_HugoAI" /> HugoAI

superoffice.ai : Activate Artificial Intelligence System.
System license.

```csharp theme={null}
public const string HugoAI = "superoffice.ai"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Import" /> Import

superoffice.import: Import Turns on import panel in SOADMIN
System License: Hidden

```csharp theme={null}
public const string Import = "superoffice.import"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_InboxFilter" /> InboxFilter

superoffice.inbox-filter: Enables filter rules on incoming requests
Site license.

```csharp theme={null}
public const string InboxFilter = "superoffice.inbox-filter"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_LabelSubst" /> LabelSubst

superoffice.labelsubst: Enable text label substitution feature
Site license.

```csharp theme={null}
public const string LabelSubst = "superoffice.labelsubst"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_LeadMgt" /> LeadMgt

superoffice.leadmgt: Enable lead management feature
Site license.

```csharp theme={null}
public const string LeadMgt = "superoffice.leadmgt"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MailMergeCal" /> MailMergeCal

superoffice.mail-merge-cal: Can access basic mail merge functions, subject to functional right restrictions. Enables mail merge button in navigator.
User License.

```csharp theme={null}
[UserLicense]
public const string MailMergeCal = "superoffice.mail-merge-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Maintenance" /> Maintenance

superoffice.maintenance: On-premises Maintenance customer. Pays yearly fee.
System license. Hidden.

```csharp theme={null}
public const string Maintenance = "superoffice.maintenance"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Map4YouPro" /> Map4YouPro

superoffice.map4youpro: Enable iCentrum map4you pro feature
Site license.

```csharp theme={null}
public const string Map4YouPro = "superoffice.map4youpro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MarketingAutomation" /> MarketingAutomation

superoffice.mktg-auto: Activate marketing automation system. Without this license the Automation panel does not appear.
System license.

```csharp theme={null}
public const string MarketingAutomation = "superoffice.mktg-auto"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MarketingAutomationCal" /> MarketingAutomationCal

superoffice.mktg-auto-cal: Turn on marketing automation for this user. Without this CAL the user cannot access automation designer.
User license.

```csharp theme={null}
[UserLicense]
public const string MarketingAutomationCal = "superoffice.mktg-auto-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MarketingPlatform" /> MarketingPlatform

superoffice.marketingplatform: Enables Marketing features
Site license.

```csharp theme={null}
public const string MarketingPlatform = "superoffice.marketingplatform"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MarketingT1" /> MarketingT1

superoffice.marketing-t1: Marketing Cloud Tier1 marker
System license. Hidden

```csharp theme={null}
public const string MarketingT1 = "superoffice.marketing-t1"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MarketingT2" /> MarketingT2

superoffice.marketing-t2: Marketing Cloud Tier2 marker
System license. Hidden

```csharp theme={null}
public const string MarketingT2 = "superoffice.marketing-t2"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MobileRequest" /> MobileRequest

superoffice.mobilerequest: Enable Mobile request management feature
Site license.

```csharp theme={null}
public const string MobileRequest = "superoffice.mobilerequest"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_MsTeams" /> MsTeams

superoffice.msteams: Enable MSTeams integration feature
Site license.

```csharp theme={null}
public const string MsTeams = "superoffice.msteams"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Nebula" /> Nebula

superoffice.nebula: InfoBridge SuperOffice Synchronizer
Site License:

```csharp theme={null}
[UserLicense]
public const string Nebula = "superoffice.nebula"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_NeedConsent" /> NeedConsent

superoffice.need-consent: On-premises Maintenance customer that needs to show consent dialog to accept addendum.
System license. Hidden.

```csharp theme={null}
public const string NeedConsent = "superoffice.need-consent"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Office365" /> Office365

superoffice.office365: Cloud Office 365 authentication and document integration
System License: Hidden

```csharp theme={null}
public const string Office365 = "superoffice.office365"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Online" /> Online

superoffice.online: SuperOffice Online Customer
System License:

```csharp theme={null}
public const string Online = "superoffice.online"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_OnlineServices" /> OnlineServices

superoffice.online-services: Online services (Google,Office,Mailings services, etc). Applies to both Online and On-Prem installations.
System license. Hidden.

```csharp theme={null}
public const string OnlineServices = "superoffice.online-services"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_OnlineWebServices" /> OnlineWebServices

superoffice.online-webservices: Online WebService activation
System License:   Not needed on-site

```csharp theme={null}
public const string OnlineWebServices = "superoffice.online-webservices"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_OutlookSynchronizer" /> OutlookSynchronizer

superoffice.outlook-synchronizer: Outlook Synchronizer Enables Outlook client sync (??)
User License:

```csharp theme={null}
[UserLicense]
public const string OutlookSynchronizer = "superoffice.outlook-synchronizer"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_PocketCrmCal" /> PocketCrmCal

superoffice.pocket-crm-cal: Pocket login Allows user to log in to pocket client.
User License:     Requires: User

```csharp theme={null}
[UserLicense]
public const string PocketCrmCal = "superoffice.pocket-crm-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_PocketCrmServer" /> PocketCrmServer

superoffice.pocket-crm-server: Pocket CRM Server Enables pocket CRM usage – still need CAL assigned though.
System License:

```csharp theme={null}
public const string PocketCrmServer = "superoffice.pocket-crm-server"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_PremiumSupport" /> PremiumSupport

superoffice.premium-support: Premium support purchased
Site license.

```csharp theme={null}
public const string PremiumSupport = "superoffice.premium-support"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Project" /> Project

superoffice.project: Turn on the project panel in the client for users.
System license.

```csharp theme={null}
public const string Project = "superoffice.project"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ProjectCal" /> ProjectCal

superoffice.project-cal: Turn on EDIT rights for projects for this user. Without this CAL the user has read-only rights.
User license.

```csharp theme={null}
[UserLicense]
public const string ProjectCal = "superoffice.project-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Publish" /> Publish

superoffice.publish: Publish to external Enables Publish checkbox in CRM client. Requires Extern-user
User License:  Unrestricted

```csharp theme={null}
[UserLicense]
public const string Publish = "superoffice.publish"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Quote" /> Quote

superoffice.quote: Quote Turns on products and quotes in admin
System License:

```csharp theme={null}
public const string Quote = "superoffice.quote"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_QuoteApproval" /> QuoteApproval

superoffice.quote-approval: Enable quote approval feature. Without this license, quotes outside bounds cannot be sent.
Site license.

```csharp theme={null}
public const string QuoteApproval = "superoffice.quote-approval"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_QuoteCal" /> QuoteCal

superoffice.quote-cal: Turns on products and quotes in client for this user
User License: Restricted.

```csharp theme={null}
[UserLicense]
public const string QuoteCal = "superoffice.quote-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Relation" /> Relation

superoffice.relation: Turn on relation archive/dialog in the client for users.
System license.

```csharp theme={null}
public const string Relation = "superoffice.relation"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_RelationCal" /> RelationCal

superoffice.relation-cal: Turn on create/editing of relations in the client for this user. Without this CAL the user can only read/view relations.
User license.

```csharp theme={null}
[UserLicense]
public const string RelationCal = "superoffice.relation-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_RemoteTravel" /> RemoteTravel

superoffice.remote-travel: Remote Travel Enables remote travel client for user.
User License:     Requires: Travel

```csharp theme={null}
[UserLicense]
public const string RemoteTravel = "superoffice.remote-travel"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Rental" /> Rental

superoffice.rental: On-premises Rental customer. Pays monthly or quarterly.
System license. Hidden.

```csharp theme={null}
public const string Rental = "superoffice.rental"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Report" /> Report

superoffice.report: Turn on report panel in the client for users.
System license.

```csharp theme={null}
public const string Report = "superoffice.report"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ReportCal" /> ReportCal

superoffice.report-cal: Turn on editing of reports for this user. Without this CAL the user can only read/view reports.
User license.

```csharp theme={null}
[UserLicense]
public const string ReportCal = "superoffice.report-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ReporterStudio" /> ReporterStudio

superoffice.reporter-studio: Reporter Studio Custom reports through Reporter Studio. Also need RepStudio CAL.
Site License:

```csharp theme={null}
public const string ReporterStudio = "superoffice.reporter-studio"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ReporterStudioUser" /> ReporterStudioUser

superoffice.reporter-studio-user: Reporter Studio login Allows user to log in to Reporter Studio.
User License:  Unrestricted   Requires: rep-studio

```csharp theme={null}
[UserLicense]
public const string ReporterStudioUser = "superoffice.reporter-studio-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_RequestBatch" /> RequestBatch

superoffice.request-batch: Enables bulk operations on requests, change logging
Site license.

```csharp theme={null}
public const string RequestBatch = "superoffice.request-batch"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SCIM" /> SCIM

superoffice.scim: Automated user management via ActiveDirectory
Site license.

```csharp theme={null}
public const string SCIM = "superoffice.scim"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Saint" /> Saint

superoffice.saint: Sales Intelligence Turns on SAINT counters, status monitors in admin+clients
System License:

```csharp theme={null}
public const string Saint = "superoffice.saint"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SaintCal" /> SaintCal

superoffice.saint-cal: Sales Intelligence user
User License:

```csharp theme={null}
[UserLicense]
public const string SaintCal = "superoffice.saint-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Sale" /> Sale

superoffice.sale: Turn on Sale panel in client for users.
User license

```csharp theme={null}
public const string Sale = "superoffice.sale"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SaleCal" /> SaleCal

superoffice.sale-cal: Turn on EDIT rights for sales for this user. Without this CAL the user has read-only rights.
User license

```csharp theme={null}
[UserLicense]
public const string SaleCal = "superoffice.sale-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SalesT1" /> SalesT1

superoffice.sales-t1: Sales Cloud Tier1 marker
System license. Hidden

```csharp theme={null}
public const string SalesT1 = "superoffice.sales-t1"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SalesT2" /> SalesT2

superoffice.sales-t2: Sales Cloud Tier2 marker
System license. Hidden

```csharp theme={null}
public const string SalesT2 = "superoffice.sales-t2"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Sandbox" /> Sandbox

superoffice.sandbox: Not a production installation / for dev and test.
Site license.

```csharp theme={null}
public const string Sandbox = "superoffice.sandbox"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Sapb1link" /> Sapb1link

superoffice.sapb1link: SAP B1 Link Enables SAP B1 Link client.
Site License:

```csharp theme={null}
public const string Sapb1link = "superoffice.sapb1link"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Satellite" /> Satellite

superoffice.satellite: Satellite Turns on satellite dialogs in SOADMIN Replication panel
Site License:

```csharp theme={null}
public const string Satellite = "superoffice.satellite"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Selection" /> Selection

superoffice.selection: Turn on Selection panel for users
User license.

```csharp theme={null}
public const string Selection = "superoffice.selection"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SelectionCal" /> SelectionCal

superoffice.selection-cal: Turn on EDIT rights for selections for this user. Without this CAL the user has read-only rights.
User licenes.

```csharp theme={null}
[UserLicense]
public const string SelectionCal = "superoffice.selection-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SelectionCombinedCal" /> SelectionCombinedCal

superoffice.selection-combined-cal: Enable combined-selections when creating selections in client.
User license.

```csharp theme={null}
[UserLicense]
public const string SelectionCombinedCal = "superoffice.selection-combined-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Server" /> Server

superoffice.server: SuperOffice NetServer
System License:

```csharp theme={null}
public const string Server = "superoffice.server"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ServiceT1" /> ServiceT1

superoffice.service-t1: Service Cloud Tier1 marker
System license. Hidden

```csharp theme={null}
public const string ServiceT1 = "superoffice.service-t1"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_ServiceT2" /> ServiceT2

superoffice.service-t2: Service Cloud Tier2 marker
System license. Hidden

```csharp theme={null}
public const string ServiceT2 = "superoffice.service-t2"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SmartFilter" /> SmartFilter

superoffice.smartfilter: Enable Smart Filter feature
Site license.

```csharp theme={null}
public const string SmartFilter = "superoffice.smartfilter"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SmsMailings" /> SmsMailings

superoffice.mod-sms-mailings: Enables SMS in mailings
Site license.

```csharp theme={null}
public const string SmsMailings = "superoffice.mod-sms-mailings"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Solo" /> Solo

superoffice.solo: SuperOffice SOLO Customer
System License:

```csharp theme={null}
public const string Solo = "superoffice.solo"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Stakeholder" /> Stakeholder

superoffice.stakeholder: Turn on VIEW sale stakeholders.
System license

```csharp theme={null}
public const string Stakeholder = "superoffice.stakeholder"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_StakeholderCal" /> StakeholderCal

superoffice.stakeholder-cal: Turn on EDIT rights for sale stakeholders for this user.
User license

```csharp theme={null}
[UserLicense]
public const string StakeholderCal = "superoffice.stakeholder-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Subscription" /> Subscription

superoffice.subscription: On-premises Subscription customer. Pays monthly or quarterly.
System license. Hidden.

```csharp theme={null}
public const string Subscription = "superoffice.subscription"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Suite1Starter" /> Suite1Starter

superoffice.suite1 : CRM Suite 1 - Starter tier.
Site license.

```csharp theme={null}
public const string Suite1Starter = "superoffice.suite1"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Suite2Core" /> Suite2Core

superoffice.suite2 : CRM Suite 1 - Core tier.
Site license.

```csharp theme={null}
public const string Suite2Core = "superoffice.suite2"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Suite3Growth" /> Suite3Growth

superoffice.suite3 : CRM Suite 3 - Growth tier.
Site license.

```csharp theme={null}
public const string Suite3Growth = "superoffice.suite3"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Suite4Plus" /> Suite4Plus

superoffice.suite4 : CRM Suite 4 - Plus tier.
Site license.

```csharp theme={null}
public const string Suite4Plus = "superoffice.suite4"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Suite5Super" /> Suite5Super

superoffice.suite5 : CRM Suite 5 - Super tier.
Site license.

```csharp theme={null}
public const string Suite5Super = "superoffice.suite5"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuiteMarker" /> SuiteMarker

superoffice.suite : CRM Suite marker.
Site license. Hidden

```csharp theme={null}
public const string SuiteMarker = "superoffice.suite"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuiteUser" /> SuiteUser

superoffice.suite-user : CRM Suite user. User-plan license that enables per-user licenses. Actual content varies depending on suite tier.
User license.  Extra flags = 1 indicates this as a user-plan.

```csharp theme={null}
[UserLicense]
public const string SuiteUser = "superoffice.suite-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperLicenseAssistant" /> SuperLicenseAssistant

superoffice.superlicense-assistant: Enables user, web licenses automatically when used. See ExtraInfo field for details.
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string SuperLicenseAssistant = "superoffice.superlicense-assistant"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperLicenseComplete" /> SuperLicenseComplete

superoffice.superlicense-complete: Enables user, web, ej-client, sale-cal, quote-cal, project-cal, selection-cal, selection-combined-cal, ej-mod-spm-cal, report-cal, relation-cal  licenses automatically when used. See ExtraInfo field for details.
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string SuperLicenseComplete = "superoffice.superlicense-complete"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperLicenseContactManager" /> SuperLicenseContactManager

superoffice.superlicense-contact-manager: Enables user, web, project-cal, selection-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string SuperLicenseContactManager = "superoffice.superlicense-contact-manager"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperLicenseMarketingPro" /> SuperLicenseMarketingPro

superoffice.superlicense-marketing-pro: Enables user, web, project-cal, selection-cal, selection-combined-cal, ej-mod-spm-cal, report-cal, relation-cal  licenses automatically when used. See ExtraInfo field for details.
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string SuperLicenseMarketingPro = "superoffice.superlicense-marketing-pro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperLicenseNoSelection" /> SuperLicenseNoSelection

superoffice.superlicense-no-selection: Enables no licenses automatically when used. Is used for disabling users/swapping between user types.
User license. Type 1 (Radio button)  UNRESTRICTED.

```csharp theme={null}
[UserLicense]
public const string SuperLicenseNoSelection = "superoffice.superlicense-no-selection"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperLicenseSalesPro" /> SuperLicenseSalesPro

superoffice.superlicense-sales-pro: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string SuperLicenseSalesPro = "superoffice.superlicense-sales-pro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperLicenseServicePro" /> SuperLicenseServicePro

superoffice.superlicense-service-pro: Enables user, web, ej-client, project-cal, selection-cal, report-cal, relation-cal  licenses automatically when used. See ExtraInfo field for details.
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string SuperLicenseServicePro = "superoffice.superlicense-service-pro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseAimCustomerCentre" /> SuperlicenseAimCustomerCentre

superoffice.superlicense-aim-customer-centre: eJournal AIM Customer Centre AIM License - Customer login
System License:

```csharp theme={null}
public const string SuperlicenseAimCustomerCentre = "superoffice.superlicense-aim-customer-centre"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseAimCustomerPages" /> SuperlicenseAimCustomerPages

superoffice.superlicense-aim-customer-pages: eJournal AIM Customer Pages AIM License - Web forms and knowledgebase
System License:

```csharp theme={null}
public const string SuperlicenseAimCustomerPages = "superoffice.superlicense-aim-customer-pages"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseAimCustomerPortal" /> SuperlicenseAimCustomerPortal

superoffice.superlicense-aim-customer-portal: eJournal AIM Customer Portal AIM License - customer login, case tracking
System License:

```csharp theme={null}
public const string SuperlicenseAimCustomerPortal = "superoffice.superlicense-aim-customer-portal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseAimFaq" /> SuperlicenseAimFaq

superoffice.superlicense-aim-faq: eJournal AIM FAQ AIM License - Frequently Asked Questions, Knowledgebase.
System License:

```csharp theme={null}
public const string SuperlicenseAimFaq = "superoffice.superlicense-aim-faq"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseAimIntegrator" /> SuperlicenseAimIntegrator

superoffice.superlicense-aim-integrator: eJournal AIM DB Integrators AIM License - ODBC and SDK.
System License:

```csharp theme={null}
public const string SuperlicenseAimIntegrator = "superoffice.superlicense-aim-integrator"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseAimSdk" /> SuperlicenseAimSdk

superoffice.superlicense-aim-sdk: eJournal AIM SDK AIM License - Design and scripting.
System License:

```csharp theme={null}
public const string SuperlicenseAimSdk = "superoffice.superlicense-aim-sdk"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseEJournalCustomerCentre" /> SuperlicenseEJournalCustomerCentre

superoffice.superlicense-ej-customer centre: eJournal Customer Centre Language dependent customer login, case tracking, web forms, FAQ and knowledgebase
System License:

```csharp theme={null}
public const string SuperlicenseEJournalCustomerCentre = "superoffice.superlicense-ej-customer centre"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseEJournalDesigner" /> SuperlicenseEJournalDesigner

superoffice.superlicense-ej-designer: eJournal Designer Studio Extra Tables/Fields, System design and scripting, e-mail filters.
System License:

```csharp theme={null}
public const string SuperlicenseEJournalDesigner = "superoffice.superlicense-ej-designer"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseEJournalEmarketing" /> SuperlicenseEJournalEmarketing

superoffice.superlicense-ej-emarketing: eJournal eMarketing Mass distribution of e-mails.
System License:

```csharp theme={null}
public const string SuperlicenseEJournalEmarketing = "superoffice.superlicense-ej-emarketing"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseEJournalIntegrator" /> SuperlicenseEJournalIntegrator

superoffice.superlicense-ej-integrator: eJournal Integrators Includes MAPI, LDAP, ODBC and SDK. DevNet membership included.
System License:

```csharp theme={null}
public const string SuperlicenseEJournalIntegrator = "superoffice.superlicense-ej-integrator"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseEjOnlinePro" /> SuperlicenseEjOnlinePro

superoffice.superlicense-ej-online-pro: eJournal Online Pro
System License:

```csharp theme={null}
public const string SuperlicenseEjOnlinePro = "superoffice.superlicense-ej-online-pro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseEjOnlineStd" /> SuperlicenseEjOnlineStd

superoffice.superlicense-ej-online-std: eJournal Online Standard
System License:

```csharp theme={null}
public const string SuperlicenseEjOnlineStd = "superoffice.superlicense-ej-online-std"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseExpanderForCollaboration" /> SuperlicenseExpanderForCollaboration

superoffice.superlicense-expander-for-collaboration: Expander for Collaboration Enables External and Anonymous access to NetServer
System License:

```csharp theme={null}
public const string SuperlicenseExpanderForCollaboration = "superoffice.superlicense-expander-for-collaboration"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseOnlinePro" /> SuperlicenseOnlinePro

superoffice.superlicense-online-pro: Online Pro
System License:

```csharp theme={null}
public const string SuperlicenseOnlinePro = "superoffice.superlicense-online-pro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseOnlineStd" /> SuperlicenseOnlineStd

superoffice.superlicense-online-std: Online Standard
System License:

```csharp theme={null}
public const string SuperlicenseOnlineStd = "superoffice.superlicense-online-std"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SuperlicenseVismaNetPro" /> SuperlicenseVismaNetPro

superoffice.superlicense-online-pro: Online Pro
System License:

```csharp theme={null}
public const string SuperlicenseVismaNetPro = "superoffice.superlicense-vismanet-pro"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SyncServer" /> SyncServer

superoffice.sync-server: Intellisync Server Enables Intellisync Server (Notes)
Site License:

```csharp theme={null}
public const string SyncServer = "superoffice.sync-server"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Synchronizer" /> Synchronizer

superoffice.synchronizer: Exchange synch login Allows user to use Exchange-sync site license
Site License:

```csharp theme={null}
public const string Synchronizer = "superoffice.synchronizer"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SynchronizerCal" /> SynchronizerCal

superoffice.synchronizer-cal: Exchange synch login Allows user to use Exchange-sync site license
User License:

```csharp theme={null}
[UserLicense]
public const string SynchronizerCal = "superoffice.synchronizer-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SystemUser" /> SystemUser

superoffice.system-user: System Users Turns on system user in SOADMIN user panel and NetServer
System License: Hidden

```csharp theme={null}
public const string SystemUser = "superoffice.system-user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_SystemUserCal" /> SystemUserCal

superoffice.system-user-cal: System user login Allows log in to NetServer
User License:  Unrestricted

```csharp theme={null}
[UserLicense]
public const string SystemUserCal = "superoffice.system-user-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_T1" /> T1

superoffice.t1: Indicates user is on Tier 1
Applies to both Online and On-Prem installations.
User license. Hidden.

```csharp theme={null}
public const string T1 = "superoffice.t1"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_T2" /> T2

superoffice.t2: Indicates user is on Tier 2
Applies to both Online and On-Prem installations.
User license. Hidden.

```csharp theme={null}
public const string T2 = "superoffice.t2"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Target" /> Target

superoffice.target: Activate Target system in client.
System license

```csharp theme={null}
public const string Target = "superoffice.target"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetAppointment" /> TargetAppointment

superoffice.target-appnt: Activate Target for Appointments in client.
System license

```csharp theme={null}
public const string TargetAppointment = "superoffice.target-appnt"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetAppointmentUnlimited" /> TargetAppointmentUnlimited

superoffice.target-appnt-u: Activate Unlimited Target for Sales in client.
System license

```csharp theme={null}
public const string TargetAppointmentUnlimited = "superoffice.target-appnt-u"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetCal" /> TargetCal

superoffice.target-cal: Turn on EDIT rights for Targets for this user. Without this CAL the user has read-only rights.
User license

```csharp theme={null}
[UserLicense]
public const string TargetCal = "superoffice.target-cal"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetProject" /> TargetProject

superoffice.target-proj: Activate Target for Projects in client.
System license

```csharp theme={null}
public const string TargetProject = "superoffice.target-proj"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetProjectUnlimited" /> TargetProjectUnlimited

superoffice.target-proj-u: Activate Unlimited Target for Projects in client.
System license

```csharp theme={null}
public const string TargetProjectUnlimited = "superoffice.target-proj-u"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetSale" /> TargetSale

superoffice.target-sale: Activate Target for Sales in client.
System license

```csharp theme={null}
public const string TargetSale = "superoffice.target-sale"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetSaleUnlimited" /> TargetSaleUnlimited

superoffice.target-sales-u: Activate Unlimited Target for Sales in client.
System license

```csharp theme={null}
public const string TargetSaleUnlimited = "superoffice.target-sale-u"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetTicket" /> TargetTicket

superoffice.target-tick: Activate Target for Tickets in client.
System license

```csharp theme={null}
public const string TargetTicket = "superoffice.target-tick"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TargetTicketUnlimited" /> TargetTicketUnlimited

superoffice.target-tick-u: Activate Unlimited Target for Tickets in client.
System license

```csharp theme={null}
public const string TargetTicketUnlimited = "superoffice.target-tick-u"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Ten" /> Ten

superoffice.ten: Indicates that the new new Ten pricelist is in use, and we have cleaned out BUY licenses.
Applies to both Online and On-Prem installations.
System license. Hidden.

```csharp theme={null}
public const string Ten = "superoffice.ten"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TenMarketing" /> TenMarketing

superoffice.ten-marketing: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
Can be T1 or T2
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string TenMarketing = "superoffice.ten-marketing"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TenSales" /> TenSales

superoffice.ten-sales: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
Can be T1 or T2
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string TenSales = "superoffice.ten-sales"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TenSalesMarketing" /> TenSalesMarketing

superoffice.ten-salesmarketing: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
Can be T1 or T2
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string TenSalesMarketing = "superoffice.ten-salesmarketing"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TenSalesService" /> TenSalesService

superoffice.ten-salesservice: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
Can be T1 or T2
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string TenSalesService = "superoffice.ten-salesservice"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TenSalesServiceMarketing" /> TenSalesServiceMarketing

superoffice.ten-salesservicemarketing: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
Can be T1 or T2
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string TenSalesServiceMarketing = "superoffice.ten-salesservicemarketing"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TenService" /> TenService

superoffice.ten-service: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
Can be T1 or T2
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string TenService = "superoffice.ten-service"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TenServiceMarketing" /> TenServiceMarketing

superoffice.ten-servicemarketing: Enables user, web, project-cal, sale-cal, quote-cal, selection-cal, selection-combined-cal, report-cal, relation-cal   licenses automatically when used. See ExtraInfo field for details.
Can be T1 or T2
User license. Type 1 (Radio button)

```csharp theme={null}
[UserLicense]
public const string TenServiceMarketing = "superoffice.ten-servicemarketing"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Test" /> Test

superoffice.test: Test installation marker. Applies to both Online and On-Prem installations.
System license.

```csharp theme={null}
public const string Test = "superoffice.test"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TestDrive" /> TestDrive

superoffice.testdrive: Test Drive installation marker. Applies to Online installations.
System license.

```csharp theme={null}
public const string TestDrive = "superoffice.testdrive"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TicketLog" /> TicketLog

superoffice.ticketlog: Enable ticket change log feature
Site license.

```csharp theme={null}
public const string TicketLog = "superoffice.ticketlog"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_TicketType" /> TicketType

superoffice.tickettype: Enable ticket type feature
Site license.

```csharp theme={null}
public const string TicketType = "superoffice.tickettype"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Travel" /> Travel

superoffice.travel: Travel Enables the travel menu. Requires Windows.
User License:  Unrestricted   Requires: Windows

```csharp theme={null}
[UserLicense]
public const string Travel = "superoffice.travel"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Udef" /> Udef

superoffice.udef: User-def fields Turns on udef field panel in SOADMIN and in CRM clients, NetServer.
System License: Hidden

```csharp theme={null}
public const string Udef = "superoffice.udef"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_UniSearch" /> UniSearch

superoffice.unisearch: Enable unified search feature
Site license.

```csharp theme={null}
public const string UniSearch = "superoffice.unisearch"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_User" /> User

superoffice.user: User login Allows user to log in half-way. You also need a client license.
User License:

```csharp theme={null}
[UserLicense]
public const string User = "superoffice.user"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_UserManagement" /> UserManagement

superoffice.user-management: User Management in Admin; disabled in Visma.NET where user management is in ODP/VARPAD instead
System License: Hidden

```csharp theme={null}
public const string UserManagement = "superoffice.user-management"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_UtmSaving" /> UtmSaving

superoffice.utm-saving: Enables saving of utm parameters.
Site license.

```csharp theme={null}
public const string UtmSaving = "superoffice.utm-saving"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_VideoMeet" /> VideoMeet

superoffice.video-meet : Activate Video Meetings in Appointment dialog.
System license.

```csharp theme={null}
public const string VideoMeet = "superoffice.video-meet"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_VisibleFor" /> VisibleFor

superoffice.visible-for: Confidential activities Enables the visible-for dropdown in the CRM client
User License:  Unrestricted

```csharp theme={null}
[UserLicense]
public const string VisibleFor = "superoffice.visible-for"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Web" /> Web

superoffice.web: Web login Allows user to log in to web client.
User License:     Requires: User

```csharp theme={null}
[UserLicense]
public const string Web = "superoffice.web"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_License_SoLicenseNames_Windows" /> Windows

superoffice.windows: Windows login Allows user to log in to win client.
User License:     Requires: User

```csharp theme={null}
[UserLicense]
public const string Windows = "superoffice.windows"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)
