Class DBC.ScheduledTaskFields
Fields for ScheduledTask, A scheduled entry executing a script at certain times
Inherited Members
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 |