Class ScreenDefinitionTableInfo
Table 'screen_definition': A configurable screen
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("screen_definition")]
public class ScreenDefinitionTableInfo : TableInfo, ICloneable
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
Fields
DictionaryTableName
Conceptual name of table ScreenDefinition in the database dictionary: screen_definition
Declaration
public const string DictionaryTableName = "screen_definition"
Field Value
Type | Description |
---|---|
string |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
Properties
Autosave
Field 'autosave' in table 'screen_definition': Dictionary type Bool, .NET type: short
Whether this screen uses autosave or notDeclaration
public UInt16FieldInfo Autosave { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
CreationScript
Field 'creation_script' in table 'screen_definition': Dictionary type Clob, .NET type: string
The script used at the top of all other creation scripts on this pageDeclaration
public StringFieldInfo CreationScript { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
Description
Field 'description' in table 'screen_definition': Dictionary type String[2048], .NET type: string
Optional description of what this screen is used forDeclaration
public StringFieldInfo Description { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
DictionaryTableNumber
Table number for table ScreenDefinition in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database
Declaration
public int DictionaryTableNumber { get; }
Property Value
Type | Description |
---|---|
int |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
HierarchyId
Field 'hierarchy_id' in table 'screen_definition': Dictionary type FK, target: Hierarchy, .NET type: int
The screen definition is inside this hierarchy folderDeclaration
public Int32FieldInfo HierarchyId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
HierarchyId_InnerJoin_Hierarchy
Generated join from the foreign key HierarchyId in this table, to its target table HierarchyTableInfo.
Declaration
public TargetedInnerJoin<HierarchyTableInfo> HierarchyId_InnerJoin_Hierarchy { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<HierarchyTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
IdString
Field 'id_string' in table 'screen_definition': Dictionary type String[256], .NET type: string
A field for an id_string which may be used to access the screenDeclaration
public StringFieldInfo IdString { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LayoutModel
Field 'layout_model' in table 'screen_definition': Dictionary type Enum, .NET type: short
An enum for which layout model this screen is using.Declaration
public UInt16FieldInfo LayoutModel { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LeftOuterJoin_ScreenDefinitionAction_ScreenDefinition
Generated left outer join from the primary key ScreenDefinitionId on this table, to ScreenDefinitionAction.ScreenDefinition.
Declaration
public TargetedLeftOuterJoin<ScreenDefinitionActionTableInfo> LeftOuterJoin_ScreenDefinitionAction_ScreenDefinition { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ScreenDefinitionActionTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LeftOuterJoin_ScreenDefinitionElement_ScreenDefinition
Generated left outer join from the primary key ScreenDefinitionId on this table, to ScreenDefinitionElement.ScreenDefinition.
Declaration
public TargetedLeftOuterJoin<ScreenDefinitionElementTableInfo> LeftOuterJoin_ScreenDefinitionElement_ScreenDefinition { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ScreenDefinitionElementTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LeftOuterJoin_ScreenDefinitionHidden_ScreenDefinition
Generated left outer join from the primary key ScreenDefinitionId on this table, to ScreenDefinitionHidden.ScreenDefinition.
Declaration
public TargetedLeftOuterJoin<ScreenDefinitionHiddenTableInfo> LeftOuterJoin_ScreenDefinitionHidden_ScreenDefinition { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ScreenDefinitionHiddenTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LeftOuterJoin_ScreenDefinitionLanguage_ScreenDefinition
Generated left outer join from the primary key ScreenDefinitionId on this table, to ScreenDefinitionLanguage.ScreenDefinition.
Declaration
public TargetedLeftOuterJoin<ScreenDefinitionLanguageTableInfo> LeftOuterJoin_ScreenDefinitionLanguage_ScreenDefinition { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ScreenDefinitionLanguageTableInfo> |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LoadFinalScriptBody
Field 'load_final_script_body' in table 'screen_definition': Dictionary type Clob, .NET type: string
The ejscript to execute just before the page is printed, after button/action scripts have been runDeclaration
public StringFieldInfo LoadFinalScriptBody { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LoadPostCgiScriptBody
Field 'load_post_cgi_script_body' in table 'screen_definition': Dictionary type Clob, .NET type: string
The ejscript to execute after setFromCgi, e.g. when the page is submittedDeclaration
public StringFieldInfo LoadPostCgiScriptBody { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
LoadScriptBody
Field 'load_script_body' in table 'screen_definition': Dictionary type Clob, .NET type: string
The ejscript to execute the first time this screen is loaded, e.g. for form loadingDeclaration
public StringFieldInfo LoadScriptBody { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
Name
Field 'name' in table 'screen_definition': Dictionary type String[256], .NET type: string
A field for entering the name of this entryDeclaration
public StringFieldInfo Name { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
ScreenDefinitionId
Field 'id' in table 'screen_definition': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo ScreenDefinitionId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
ScreenKey
Field 'screen_key' in table 'screen_definition': Dictionary type String[256], .NET type: string
This field holds the authentication key if usedDeclaration
public StringFieldInfo ScreenKey { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().
WarnOnNavigate
Field 'warn_on_navigate' in table 'screen_definition': Dictionary type Bool, .NET type: short
Decides if user will get a warning if he accidentally navigates away from unsaved changes for this screenDeclaration
public UInt16FieldInfo WarnOnNavigate { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
Remarks
An instance of this class represents one instance of this table in an SQL statement. In most
cases each table appears only once in a SELECT, but in cases where you need to self-join, or
there are multiple occurrences for other reasons (typically additional restrictions in the joins),
then you will need multiple instances.
Instances of this class are created by calling TablesInfo.GetScreenDefinitionInfo().