ISettings Interface |
Namespace: SuperOffice.COM.Application
The ISettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudienceSites | Number of SuperOffice Audience sites allowed (based on SuperOffice license data). |
![]() | CentralArchivePath | Central archive path - does not require login |
![]() | CentralDataSource | Central data source - does not require login |
![]() | CurrentArchivePath | Returns the current archive path, this is the central archivepath if you are logged into the central database or Local archive path if you are traveling - requires login |
![]() | CurrentDataSource | Returns the current data source, this is the central database if you are logged into the central database or Local data source if you are traveling - requires login. This will return ODBC:DataSourceName. |
![]() | CurrentTemplatePath | The current template folder path, where does the SuperOffice CRM client look for it’s template. Default: “archivepath” emplate |
![]() | ExpanderKeyLicense | Is Expander Key enabled? |
![]() | ExpirationDate | Returns the date the database licence expires |
![]() | LanguageCode | Default language code for the SuperOffice client (this information is stored in a local file on the computer, named souser.ini) - does not require login |
![]() | LocalArchivePath | Local archive path (used when traveling) - does not require login |
![]() | LocalDataSource | Local data source (used when traveling) - does not require login. |
![]() | LoginUsers | Number of users allowed to login (based on SuperOffice license data). |
![]() | NetServerClientUsers | Number of NetServer Client users allowed. OBSOLETE - NetServer is now site licensed |
![]() | NetServerCollaborativeLicense | Is NetServer Anonymous user allowed? |
![]() | NetServerEAILicense | Is NetServer System user allowed? OBSOLETE. Always true |
![]() | NetServerOverrides | NetServer config override settings needed to log on to database. Returns Two dimensional array of override names + values. |
![]() | NotesLinkSites | Number of Notes Link Sites. OBSOLETE |
![]() | OutlookMailLinkSites | Number of Outlook Mail Link sites. OBSOLETE |
![]() | OutlookSynchronizerUsers | Number of Outlook Synchronizer user licenses (based on SuperOffice license data). |
![]() | ProgPath | The program folder path - location of SOCRM.EXE and DLLs. |
![]() | ReporterUsers | Number of reporter users allowed to login (based on SuperOffice license data). |
![]() | SaintEnabled | Is Sales Intelligence enabled? |
![]() | SaintLicense | Is Sales Intelligence allowed? |
![]() | SaintUpdateInRealTime | Is Sales Intelligence updated in realtime? |
![]() | Satellites | Number of satellites allowed (based on SuperOffice license data). |
![]() | SerialNumber | Database serial number, this is a globally unique number for this database (and its siblings). |
![]() | SuperofConfigPath | The full path to the SuperOffice.config file, this file is located in the same folder as SOCRM.exe. This path is tied to the SuperOffice.ini path. Does not require login, if you access through SuperOfficeDB Type Library. |
![]() | SuperofIniPath | The full path to the SuperOffice.ini file, this file is located in the same folder as SOCRM.exe. Does not require login, if you access through SuperOfficeDB Type Library. |
![]() | SuperofLogPath | Returns the full path to the SuperOffice error log file, so_log.txt by default. |
![]() | SyncEngineUsers | Number of users allowed using Sync engine (based on SuperOffice license data). |
![]() | SynchronizerSites | Number of Synchronizer Site licenses (based on SuperOffice license data). |
![]() | TotalLogins | Returns the number of total logins, windows client and web client. |
![]() | UpdatedTravelUsers | Number of remote travel users allowed (based on SuperOffice license data). |
![]() | WebUsers | Number of web users allowed to login (based on SuperOffice license data). |
![]() | WindowsClientUsers | Returns the number of users allowed to log into the windows client |
Name | Description | |
---|---|---|
![]() | GetNumLicense | General license count - GetNumLicense('SuperOffice.import') |
![]() | HasLicense | General license check for global, non-user specific licenses - HasLicense('SuperOffice.import') |