Class EjscriptTableInfo
Table 'ejscript': ejscript
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ejscript")]
public class EjscriptTableInfo : 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
Fields
DictionaryTableName
Conceptual name of table Ejscript in the database dictionary: ejscript
Declaration
public const string DictionaryTableName = "ejscript"
Field Value
Type | Description |
---|---|
String |
Properties
AccessKey
Field 'access_key' in table 'ejscript': Dictionary type String[256], .NET type: String
Access key used to run this script on the customer pages
Declaration
public StringFieldInfo AccessKey { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Body
Field 'body' in table 'ejscript': Dictionary type Clob, .NET type: String
The script
Declaration
public StringFieldInfo Body { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
Description
Field 'description' in table 'ejscript': Dictionary type String[256], .NET type: String
A description of this script
Declaration
public StringFieldInfo Description { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
DictionaryTableNumber
Table number for table Ejscript 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 |
---|---|
Int32 |
EjscriptId
Field 'id' in table 'ejscript': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo EjscriptId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ExtraMenusId
Field 'extra_menus_id' in table 'ejscript': Dictionary type FK, .NET type: Int32
Optional id of related extra menu pointing to this script
Declaration
public Int32FieldInfo ExtraMenusId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ExtraMenusId_InnerJoin_ExtraMenus
Generated join from the foreign key ExtraMenusId in this table, to its target table ExtraMenusTableInfo.
Declaration
public TargetedInnerJoin<ExtraMenusTableInfo> ExtraMenusId_InnerJoin_ExtraMenus { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<ExtraMenusTableInfo> |
HierarchyId
Field 'hierarchy_id' in table 'ejscript': Dictionary type FK, .NET type: Int32
The script is inside this hierarchy folder
Declaration
public Int32FieldInfo HierarchyId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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> |
HtmlOutput
Field 'html_output' in table 'ejscript': Dictionary type Bool, .NET type: Int16
True if this script will return HTML output
Declaration
public UInt16FieldInfo HtmlOutput { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
IncludeId
Field 'include_id' in table 'ejscript': Dictionary type String[256], .NET type: String
A unique name used for including this script in another
Declaration
public StringFieldInfo IncludeId { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
LeftOuterJoin_ChatTopic_BotMessageReceivedScriptid
Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotMessageReceivedScriptid.
Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotMessageReceivedScriptid { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ChatTopicTableInfo> |
LeftOuterJoin_ChatTopic_BotRegisterScriptid
Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotRegisterScriptid.
Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotRegisterScriptid { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ChatTopicTableInfo> |
LeftOuterJoin_ChatTopic_BotSessionChangedScriptid
Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotSessionChangedScriptid.
Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotSessionChangedScriptid { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ChatTopicTableInfo> |
LeftOuterJoin_ChatTopic_BotSessionCreatedScriptid
Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotSessionCreatedScriptid.
Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotSessionCreatedScriptid { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ChatTopicTableInfo> |
LeftOuterJoin_DbiAgentSchedule_ScriptId
Generated left outer join from the primary key EjscriptId on this table, to DbiAgentSchedule.ScriptId.
Declaration
public TargetedLeftOuterJoin<DbiAgentScheduleTableInfo> LeftOuterJoin_DbiAgentSchedule_ScriptId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<DbiAgentScheduleTableInfo> |
LeftOuterJoin_Form_ScriptId
Generated left outer join from the primary key EjscriptId on this table, to Form.ScriptId.
Declaration
public TargetedLeftOuterJoin<FormTableInfo> LeftOuterJoin_Form_ScriptId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<FormTableInfo> |
LeftOuterJoin_MsFilter_Ejscript
Generated left outer join from the primary key EjscriptId on this table, to MsFilter.Ejscript.
Declaration
public TargetedLeftOuterJoin<MsFilterTableInfo> LeftOuterJoin_MsFilter_Ejscript { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<MsFilterTableInfo> |
LeftOuterJoin_ScheduledTask_ScriptId
Generated left outer join from the primary key EjscriptId on this table, to ScheduledTask.ScriptId.
Declaration
public TargetedLeftOuterJoin<ScheduledTaskTableInfo> LeftOuterJoin_ScheduledTask_ScriptId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ScheduledTaskTableInfo> |
LeftOuterJoin_ScreenDefinitionAction_Ejscript
Generated left outer join from the primary key EjscriptId on this table, to ScreenDefinitionAction.Ejscript.
Declaration
public TargetedLeftOuterJoin<ScreenDefinitionActionTableInfo> LeftOuterJoin_ScreenDefinitionAction_Ejscript { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<ScreenDefinitionActionTableInfo> |
LeftOuterJoin_SLink_ScriptId
Generated left outer join from the primary key EjscriptId on this table, to SLink.ScriptId.
Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_ScriptId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<SLinkTableInfo> |
LeftOuterJoin_TicketAlert_ScriptId
Generated left outer join from the primary key EjscriptId on this table, to TicketAlert.ScriptId.
Declaration
public TargetedLeftOuterJoin<TicketAlertTableInfo> LeftOuterJoin_TicketAlert_ScriptId { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketAlertTableInfo> |
LeftOuterJoin_TicketRelationAction_Action
Generated left outer join from the primary key EjscriptId on this table, to TicketRelationAction.Action.
Declaration
public TargetedLeftOuterJoin<TicketRelationActionTableInfo> LeftOuterJoin_TicketRelationAction_Action { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<TicketRelationActionTableInfo> |
LongDescription
Field 'long_description' in table 'ejscript': Dictionary type String[2048], .NET type: String
Optional description of what this script is used for.
Declaration
public StringFieldInfo LongDescription { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Registered
Field 'registered' in table 'ejscript': Dictionary type UtcDateTime, .NET type: DateTime
Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
RegisteredAssociateId
Field 'registered_associate_id' in table 'ejscript': Dictionary type FK, .NET type: Int32
Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
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 |
UniqueIdentifier
Field 'unique_identifier' in table 'ejscript': Dictionary type String[65], .NET type: String
Global unique identifier, accross customers/tenants
Declaration
public StringFieldInfo UniqueIdentifier { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
Updated
Field 'updated' in table 'ejscript': Dictionary type UtcDateTime, .NET type: DateTime
Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
UpdatedAssociateId
Field 'updated_associate_id' in table 'ejscript': Dictionary type FK, .NET type: Int32
Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
UpdatedCount
Field 'updatedCount' in table 'ejscript': Dictionary type UShort, .NET type: Int16
Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |