Show / Hide Table of Contents

Class DBC.ExtAppFields

Fields for ExtApp, ExtApp list table. Applications startable from SuperOffice

Inheritance
Object
DBC.ExtAppFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ExtAppFields : Object

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top