Class DBC.TargetGroupFields
Fields for TargetGroup, Info about a set of (sales, project, selection...) targets
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TargetGroupFields
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 |