Show / Hide Table of Contents

Class DBC.DbiAgentScheduleFields

Fields for DbiAgentSchedule, DBI agent schedule settings

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

Fields

AgentId

DbiAgentSchedule.AgentId: Agent

Declaration
public const string AgentId = "agent_id"
Field Value
Type Description
string

DbiAgentScheduleId

DbiAgentSchedule.DbiAgentScheduleId: Primary key

Declaration
public const string DbiAgentScheduleId = "id"
Field Value
Type Description
string

IdString

DbiAgentSchedule.IdString: A field for an id_string which may be used to access the agent schedule

Declaration
public const string IdString = "id_string"
Field Value
Type Description
string

ReceivedObjects

DbiAgentSchedule.ReceivedObjects: Number of objects received during the last syncronization

Declaration
public const string ReceivedObjects = "received_objects"
Field Value
Type Description
string

ScheduleId

DbiAgentSchedule.ScheduleId: Update schedule

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

ScriptId

DbiAgentSchedule.ScriptId: Communication script

Declaration
public const string ScriptId = "script_id"
Field Value
Type Description
string

SentObjects

DbiAgentSchedule.SentObjects: Number of objects sent during the last syncronization

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