Class DBC.ExtAppFields
Fields for ExtApp, ExtApp list table. Applications startable from SuperOffice
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ExtAppFields
Fields
AppType
ExtApp.AppType: Application type: 1 = exe, 2 = integrated html, 3 = integrated url, 4 = browser url, 5 = external url
Declaration
public const string AppType = "appType"
Field Value
Type | Description |
---|---|
string |
AvailableInState
ExtApp.AvailableInState: 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
Declaration
public const string AvailableInState = "availableInState"
Field Value
Type | Description |
---|---|
string |
ConfigInfo
ExtApp.ConfigInfo: Extra configuration information
Declaration
public const string ConfigInfo = "configInfo"
Field Value
Type | Description |
---|---|
string |
Deleted
ExtApp.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists
Declaration
public const string Deleted = "deleted"
Field Value
Type | Description |
---|---|
string |
ExecuteOnEvent
ExtApp.ExecuteOnEvent: Events that cause automatic execution of this app
Declaration
public const string ExecuteOnEvent = "executeOnEvent"
Field Value
Type | Description |
---|---|
string |
ExtAppId
ExtApp.ExtAppId: Primary key
Declaration
public const string ExtAppId = "ExtApp_id"
Field Value
Type | Description |
---|---|
string |
Filename
ExtApp.Filename: Filename of the programfile
Declaration
public const string Filename = "filename"
Field Value
Type | Description |
---|---|
string |
Icon
ExtApp.Icon: 0 indicates default Icon (from app exe file), otherwise reference to a predefined icon resource in SO
Declaration
public const string Icon = "icon"
Field Value
Type | Description |
---|---|
string |
Name
ExtApp.Name: The list item
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
string |
Navigation
ExtApp.Navigation: 0=from menu, 1 = from Navigator(integration), 2 = From navigator
Declaration
public const string Navigation = "navigation"
Field Value
Type | Description |
---|---|
string |
Parameters
ExtApp.Parameters: <template variable> <other template variable>
Declaration
public const string Parameters = "parameters"
Field Value
Type | Description |
---|---|
string |
Path
ExtApp.Path: Path where the programfile is located; if empty, PATH is used
Declaration
public const string Path = "path"
Field Value
Type | Description |
---|---|
string |
Rank
ExtApp.Rank: Rank order
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
string |
Registered
ExtApp.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
ExtApp.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
ShowState
ExtApp.ShowState: Maximized / minimized / restored
Declaration
public const string ShowState = "showState"
Field Value
Type | Description |
---|---|
string |
Tooltip
ExtApp.Tooltip: Tooltip or other description
Declaration
public const string Tooltip = "tooltip"
Field Value
Type | Description |
---|---|
string |
Updated
ExtApp.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
ExtApp.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
ExtApp.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |
Url1
ExtApp.Url1: URL, supports long strings up to 1k
Declaration
public const string Url1 = "url1"
Field Value
Type | Description |
---|---|
string |
Url2
ExtApp.Url2: Obsolete - do not use this field
Declaration
public const string Url2 = "url2"
Field Value
Type | Description |
---|---|
string |
WaitToFinish
ExtApp.WaitToFinish: If 1, we wait synchronously for the pplication to finish before we go on
Declaration
public const string WaitToFinish = "waitToFinish"
Field Value
Type | Description |
---|---|
string |
WindowName
ExtApp.WindowName: The window which the URL address is to open in (webpanel only)
Declaration
public const string WindowName = "windowName"
Field Value
Type | Description |
---|---|
string |
Workdir
ExtApp.Workdir: Directory set to current when loading the application, if different from application's own
Declaration
public const string Workdir = "workdir"
Field Value
Type | Description |
---|---|
string |