Show / Hide Table of Contents

Class DBC.TargetPeriodFields

Fields for TargetPeriod, A set of periods linked with target amounts for users/usergroups and the target groups/years.

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

Fields

PeriodNumber

TargetPeriod.PeriodNumber: Month number, 1...12 (or maybe quarter number 1...4 or half year number...)

Declaration
public const string PeriodNumber = "period_number"
Field Value
Type Description
string

Registered

TargetPeriod.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

TargetPeriod.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

TargetGroupId

TargetPeriod.TargetGroupId: The group this target belongs to

Declaration
public const string TargetGroupId = "target_group_id"
Field Value
Type Description
string

TargetPeriodId

TargetPeriod.TargetPeriodId: Primary key

Declaration
public const string TargetPeriodId = "target_period_id"
Field Value
Type Description
string

Updated

TargetPeriod.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

TargetPeriod.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

TargetPeriod.UpdatedCount: Number of updates made to this record

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