Class DBC.EjscriptFields
Fields for Ejscript, ejscript
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EjscriptFields : Object
Fields
AccessKey
Ejscript.AccessKey: Access key used to run this script on the customer pages
Declaration
public const string AccessKey = "access_key"
Field Value
Type | Description |
---|---|
String |
Body
Ejscript.Body: The script
Declaration
public const string Body = "body"
Field Value
Type | Description |
---|---|
String |
Description
Ejscript.Description: A description of this script
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
EjscriptId
Ejscript.EjscriptId: Primary key
Declaration
public const string EjscriptId = "id"
Field Value
Type | Description |
---|---|
String |
ExtraMenusId
Ejscript.ExtraMenusId: Optional id of related extra menu pointing to this script
Declaration
public const string ExtraMenusId = "extra_menus_id"
Field Value
Type | Description |
---|---|
String |
HierarchyId
Ejscript.HierarchyId: The script is inside this hierarchy folder
Declaration
public const string HierarchyId = "hierarchy_id"
Field Value
Type | Description |
---|---|
String |
HtmlOutput
Ejscript.HtmlOutput: True if this script will return HTML output
Declaration
public const string HtmlOutput = "html_output"
Field Value
Type | Description |
---|---|
String |
IncludeId
Ejscript.IncludeId: A unique name used for including this script in another
Declaration
public const string IncludeId = "include_id"
Field Value
Type | Description |
---|---|
String |
Includes
Ejscript.Includes: Contains a comma separated list of ids of all nested includes used by this script
Declaration
public const string Includes = "includes"
Field Value
Type | Description |
---|---|
String |
LastCompiled
Ejscript.LastCompiled: When this script was last compiled (UTC).
Declaration
public const string LastCompiled = "last_compiled"
Field Value
Type | Description |
---|---|
String |
LastExecAnonHttp
Ejscript.LastExecAnonHttp: The last time this script was executed by a HTTP call anonomously
Declaration
public const string LastExecAnonHttp = "last_exec_anon_http"
Field Value
Type | Description |
---|---|
String |
LastExecHttp
Ejscript.LastExecHttp: The last time this script was executed by a HTTP call as a authenticated user
Declaration
public const string LastExecHttp = "last_exec_http"
Field Value
Type | Description |
---|---|
String |
LongDescription
Ejscript.LongDescription: Optional description of what this script is used for.
Declaration
public const string LongDescription = "long_description"
Field Value
Type | Description |
---|---|
String |
Registered
Ejscript.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Ejscript.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
SourceCode
Ejscript.SourceCode: Contains the source code of the script
Declaration
public const string SourceCode = "source_code"
Field Value
Type | Description |
---|---|
String |
SourceMaps
Ejscript.SourceMaps: Source maps in JSON format
Declaration
public const string SourceMaps = "source_maps"
Field Value
Type | Description |
---|---|
String |
Type
Ejscript.Type: The type/language of this script
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |
UniqueIdentifier
Ejscript.UniqueIdentifier: Global unique identifier, accross customers/tenants
Declaration
public const string UniqueIdentifier = "unique_identifier"
Field Value
Type | Description |
---|---|
String |
Updated
Ejscript.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Ejscript.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Ejscript.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |