Class DBC.DbiAgentScheduleFields
Fields for DbiAgentSchedule, DBI agent schedule settings
Inherited Members
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 |