Class DBC.TimestampsFields
Fields for Timestamps, Timestamp information
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TimestampsFields
Fields
ActivateTickets
Timestamps.ActivateTickets: Timestamp for when tickets should be checked for activation.
Declaration
public const string ActivateTickets = "activate_tickets"
Field Value
Type | Description |
---|---|
String |
ActiveTickets
Timestamps.ActiveTickets:
Declaration
public const string ActiveTickets = "active_tickets"
Field Value
Type | Description |
---|---|
String |
Autologout
Timestamps.Autologout: Timestamp for when users should be checked for automatic logout.
Declaration
public const string Autologout = "autologout"
Field Value
Type | Description |
---|---|
String |
BuildFaq
Timestamps.BuildFaq: Timestamp for when the FAQ search tree was last rebuilt.
Declaration
public const string BuildFaq = "build_faq"
Field Value
Type | Description |
---|---|
String |
CriticalEmail
Timestamps.CriticalEmail: Timestamp for when we last emailed a critical email to panic_email (usually error@superoffice.com).
Declaration
public const string CriticalEmail = "critical_email"
Field Value
Type | Description |
---|---|
String |
DeleteTempTicket
Timestamps.DeleteTempTicket: Timestamp for when tickets should be checked for deletion.
Declaration
public const string DeleteTempTicket = "delete_temp_ticket"
Field Value
Type | Description |
---|---|
String |
EjournalCron
Timestamps.EjournalCron: Timestamp for the last time ejournalCron was started.
Declaration
public const string EjournalCron = "ejournal_cron"
Field Value
Type | Description |
---|---|
String |
LastTicketdel
Timestamps.LastTicketdel: Timestamp for when we last physically removed tickets tagged for deletion.
Declaration
public const string LastTicketdel = "last_ticketdel"
Field Value
Type | Description |
---|---|
String |
MailFilter
Timestamps.MailFilter: Timestamp for the last time importMail was started.
Declaration
public const string MailFilter = "mail_filter"
Field Value
Type | Description |
---|---|
String |
MailSender
Timestamps.MailSender: Timestamp for the last time mailSender was started.
Declaration
public const string MailSender = "mail_sender"
Field Value
Type | Description |
---|---|
String |
Mailsync
Timestamps.Mailsync: Timestamp for syncing crm inbox2 email accounts
Declaration
public const string Mailsync = "mailsync"
Field Value
Type | Description |
---|---|
String |
TicketAlert
Timestamps.TicketAlert: Timestamp for when tickets should be checked for escalation.
Declaration
public const string TicketAlert = "ticket_alert"
Field Value
Type | Description |
---|---|
String |
TimestampsId
Timestamps.TimestampsId: The primary key (auto-incremented)
Declaration
public const string TimestampsId = "id"
Field Value
Type | Description |
---|---|
String |
WeekStat
Timestamps.WeekStat: Timestamp for when the week statistics was last sent.
Declaration
public const string WeekStat = "week_stat"
Field Value
Type | Description |
---|---|
String |