Show / Hide Table of Contents

Class DBC.ScreenChooserFields

Fields for ScreenChooser, Screen choosers

Inheritance
object
DBC.ScreenChooserFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ScreenChooserFields

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