Class DBC.ScreenChooserFields
Fields for ScreenChooser, Screen choosers
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ScreenChooserFields : Object
Fields
Description
ScreenChooser.Description: Optional description of what this script is used for.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
Ejscript
ScreenChooser.Ejscript: The CRMscript code for this event handler
Declaration
public const string Ejscript = "ejscript"
Field Value
Type | Description |
---|---|
String |
EjscriptId
ScreenChooser.EjscriptId: The ejscript row containing the TypeScript for this trigger
Declaration
public const string EjscriptId = "ejscript_id"
Field Value
Type | Description |
---|---|
String |
Enabled
ScreenChooser.Enabled: Whether this screen chooser is enabled or not
Declaration
public const string Enabled = "enabled"
Field Value
Type | Description |
---|---|
String |
Registered
ScreenChooser.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ScreenChooser.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
ScreenChooserId
ScreenChooser.ScreenChooserId: Primary key
Declaration
public const string ScreenChooserId = "id"
Field Value
Type | Description |
---|---|
String |
ScreenTarget
ScreenChooser.ScreenTarget: What screen this is a chooser for
Declaration
public const string ScreenTarget = "screen_target"
Field Value
Type | Description |
---|---|
String |
ScreenType
ScreenChooser.ScreenType: Event id that triggers script. See EventHandlerType enum.
Declaration
public const string ScreenType = "screen_type"
Field Value
Type | Description |
---|---|
String |
UniqueIdentifier
ScreenChooser.UniqueIdentifier: Global unique identifier, accross customers/tenants
Declaration
public const string UniqueIdentifier = "unique_identifier"
Field Value
Type | Description |
---|---|
String |
Updated
ScreenChooser.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ScreenChooser.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ScreenChooser.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |