Class DBC.ScreenDefinitionFields
Fields for ScreenDefinition, A configurable screen
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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 |