Show / Hide Table of Contents

Class DBC.ScreenDefinitionFields

Fields for ScreenDefinition, A configurable screen

Inheritance
object
DBC.ScreenDefinitionFields
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.ScreenDefinitionFields

Fields

Autosave

ScreenDefinition.Autosave: Whether this screen uses autosave or not

Declaration
public const string Autosave = "autosave"
Field Value
Type Description
string

CreationScript

ScreenDefinition.CreationScript: The script used at the top of all other creation scripts on this page

Declaration
public const string CreationScript = "creation_script"
Field Value
Type Description
string

Description

ScreenDefinition.Description: Optional description of what this screen is used for

Declaration
public const string Description = "description"
Field Value
Type Description
string

HierarchyId

ScreenDefinition.HierarchyId: The screen definition is inside this hierarchy folder

Declaration
public const string HierarchyId = "hierarchy_id"
Field Value
Type Description
string

IdString

ScreenDefinition.IdString: A field for an id_string which may be used to access the screen

Declaration
public const string IdString = "id_string"
Field Value
Type Description
string

LayoutModel

ScreenDefinition.LayoutModel: An enum for which layout model this screen is using.

Declaration
public const string LayoutModel = "layout_model"
Field Value
Type Description
string

LoadFinalScriptBody

ScreenDefinition.LoadFinalScriptBody: The ejscript to execute just before the page is printed, after button/action scripts have been run

Declaration
public const string LoadFinalScriptBody = "load_final_script_body"
Field Value
Type Description
string

LoadPostCgiScriptBody

ScreenDefinition.LoadPostCgiScriptBody: The ejscript to execute after setFromCgi, e.g. when the page is submitted

Declaration
public const string LoadPostCgiScriptBody = "load_post_cgi_script_body"
Field Value
Type Description
string

LoadScriptBody

ScreenDefinition.LoadScriptBody: The ejscript to execute the first time this screen is loaded, e.g. for form loading

Declaration
public const string LoadScriptBody = "load_script_body"
Field Value
Type Description
string

Name

ScreenDefinition.Name: A field for entering the name of this entry

Declaration
public const string Name = "name"
Field Value
Type Description
string

ScreenDefinitionId

ScreenDefinition.ScreenDefinitionId: Primary key

Declaration
public const string ScreenDefinitionId = "id"
Field Value
Type Description
string

ScreenKey

ScreenDefinition.ScreenKey: This field holds the authentication key if used

Declaration
public const string ScreenKey = "screen_key"
Field Value
Type Description
string

WarnOnNavigate

ScreenDefinition.WarnOnNavigate: Decides if user will get a warning if he accidentally navigates away from unsaved changes for this screen

Declaration
public const string WarnOnNavigate = "warn_on_navigate"
Field Value
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top