Show / Hide Table of Contents

Class DBC.TargetGroupFields

Fields for TargetGroup, Info about a set of (sales, project, selection...) targets

Inheritance
Object
DBC.TargetGroupFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TargetGroupFields : Object

Fields

EntityType

TargetGroup.EntityType: Entity type for this set of targets (Sale, Project, Selection, Appointment...)

Declaration
public const string EntityType = "entity_type"
Field Value
Type Description
String

PeriodType

TargetGroup.PeriodType: Period type for editing this set of targets (Year, Quarter...)

Declaration
public const string PeriodType = "period_type"
Field Value
Type Description
String

Registered

TargetGroup.Registered: Registered when

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

RegisteredAssociateId

TargetGroup.RegisteredAssociateId: Registered by whom

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

TargetDimensionId

TargetGroup.TargetDimensionId: Dimension this target is in

Declaration
public const string TargetDimensionId = "target_dimension_id"
Field Value
Type Description
String

TargetGroupId

TargetGroup.TargetGroupId: Primary key

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

Updated

TargetGroup.Updated: Last updated when

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

UpdatedAssociateId

TargetGroup.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

TargetGroup.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String

Year

TargetGroup.Year: The year this set of targets are associated with (2020, 2021...)

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