Class DBC.TimeKeepingFields
Fields for TimeKeeping, Time keeping for how much time a sale or project or other entity has spent in a given stage or other state
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TimeKeepingFields
Fields
AccumulatedMinutes
TimeKeeping.AccumulatedMinutes: The previously accumulated time in minutes for the given state
Declaration
public const string AccumulatedMinutes = "accumulated_minutes"
Field Value
| Type | Description |
|---|---|
| string |
OwnerRecord
TimeKeeping.OwnerRecord: Optional owner record id, if layout is bound to an owner
Declaration
public const string OwnerRecord = "ownerRecord"
Field Value
| Type | Description |
|---|---|
| string |
OwnerTable
TimeKeeping.OwnerTable: The table that is the owning entity
Declaration
public const string OwnerTable = "ownerTable"
Field Value
| Type | Description |
|---|---|
| string |
Registered
TimeKeeping.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
| Type | Description |
|---|---|
| string |
RegisteredAssociateId
TimeKeeping.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
StartTime
TimeKeeping.StartTime: When the time keeping started for the last change, not yet finished/accumulated - The time since start_time must be added to the accumulation of time. When accumulation is done start_time will be set to the minimum value. start_time > min implies this is the current state (stage).
Declaration
public const string StartTime = "start_time"
Field Value
| Type | Description |
|---|---|
| string |
StateId
TimeKeeping.StateId: The id of the state we are keeping time of (a sale stage, or other thing - given by time_keeping_type)
Declaration
public const string StateId = "state_id"
Field Value
| Type | Description |
|---|---|
| string |
TimeKeepingId
TimeKeeping.TimeKeepingId: Primary key
Declaration
public const string TimeKeepingId = "time_keeping_id"
Field Value
| Type | Description |
|---|---|
| string |
TimeKeepingType
TimeKeeping.TimeKeepingType: What we are keeping time of
Declaration
public const string TimeKeepingType = "time_keeping_type"
Field Value
| Type | Description |
|---|---|
| string |
Updated
TimeKeeping.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedAssociateId
TimeKeeping.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
| Type | Description |
|---|---|
| string |
UpdatedCount
TimeKeeping.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
| Type | Description |
|---|---|
| string |