Class DBC.ScriptTraceFields
Fields for ScriptTrace, Scripts which should be traced
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ScriptTraceFields
Fields
AssociateId
ScriptTrace.AssociateId: Optionally limit traces to a specific associate
Declaration
public const string AssociateId = "associate_id"
Field Value
Type | Description |
---|---|
System.String |
Enabled
ScriptTrace.Enabled: Whether this trace is enabled or not
Declaration
public const string Enabled = "enabled"
Field Value
Type | Description |
---|---|
System.String |
Location
ScriptTrace.Location: The location of the script which should be traced
Declaration
public const string Location = "location"
Field Value
Type | Description |
---|---|
System.String |
Name
ScriptTrace.Name: The friendly name of the script which should be traced
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.String |
Registered
ScriptTrace.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
System.String |
RegisteredAssociateId
ScriptTrace.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
System.String |
ScriptTraceId
ScriptTrace.ScriptTraceId: Primary key
Declaration
public const string ScriptTraceId = "script_trace_id"
Field Value
Type | Description |
---|---|
System.String |
SkipFrames
ScriptTrace.SkipFrames: Skip n frames between each save to optimize
Declaration
public const string SkipFrames = "skip_frames"
Field Value
Type | Description |
---|---|
System.String |
Ttl
ScriptTrace.Ttl: How long traces should be kept before being deleted (in seconds)
Declaration
public const string Ttl = "ttl"
Field Value
Type | Description |
---|---|
System.String |
Updated
ScriptTrace.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
System.String |
UpdatedAssociateId
ScriptTrace.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
System.String |
UpdatedCount
ScriptTrace.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
System.String |