Show / Hide Table of Contents

Class DBC.EjscriptFields

Fields for Ejscript, ejscript

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

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top