Show / Hide Table of Contents

Class DBC.ScheduledTaskFields

Fields for ScheduledTask, A scheduled entry executing a script at certain times

Inheritance
Object
DBC.ScheduledTaskFields
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 ScheduledTaskFields

Fields

Description

ScheduledTask.Description: Optional description of what this task is used for.

Declaration
public const string Description = "description"
Field Value
Type Description
String

ScheduledTaskId

ScheduledTask.ScheduledTaskId: Primary key

Declaration
public const string ScheduledTaskId = "id"
Field Value
Type Description
String

ScheduleId

ScheduledTask.ScheduleId: Update schedule

Declaration
public const string ScheduleId = "schedule_id"
Field Value
Type Description
String

ScriptId

ScheduledTask.ScriptId: The id of the script to execute.

Declaration
public const string ScriptId = "script_id"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top