Show / Hide Table of Contents

Class DBC.TargetAssignmentInfoFields

Fields for TargetAssignmentInfo, Linking associate, company or user group target and other information with target values

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

Fields

AssociateId

TargetAssignmentInfo.AssociateId: Associate who owns this target

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
string

ContactId

TargetAssignmentInfo.ContactId: Company who owns this target

Declaration
public const string ContactId = "contact_id"
Field Value
Type Description
string

CurrencyId

TargetAssignmentInfo.CurrencyId: Currency for value

Declaration
public const string CurrencyId = "currency_id"
Field Value
Type Description
string

Locked

TargetAssignmentInfo.Locked: Locked, should not be editable

Declaration
public const string Locked = "locked"
Field Value
Type Description
string

Registered

TargetAssignmentInfo.Registered: Registered when

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

RegisteredAssociateId

TargetAssignmentInfo.RegisteredAssociateId: Registered by whom

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

TargetAssignmentInfoId

TargetAssignmentInfo.TargetAssignmentInfoId: Primary key

Declaration
public const string TargetAssignmentInfoId = "target_assignment_info_id"
Field Value
Type Description
string

TargetDimensionItemId

TargetAssignmentInfo.TargetDimensionItemId: Dimension item this target assignment is in

Declaration
public const string TargetDimensionItemId = "target_dimension_item_id"
Field Value
Type Description
string

Updated

TargetAssignmentInfo.Updated: Last updated when

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

UpdatedAssociateId

TargetAssignmentInfo.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

TargetAssignmentInfo.UpdatedCount: Number of updates made to this record

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

UsergroupId

TargetAssignmentInfo.UsergroupId: User group who owns this target

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