Show / Hide Table of Contents

Class DBC.ExternalOwnerFields

Fields for ExternalOwner, Owner of external data imported into the system

Inheritance
object
DBC.ExternalOwnerFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.ExternalOwnerFields

Fields

Checksum

ExternalOwner.Checksum: Optional checksum of data to detect tampering

Declaration
public const string Checksum = "checksum"
Field Value
Type Description
string

ExternalOwnerId

ExternalOwner.ExternalOwnerId: Primary key

Declaration
public const string ExternalOwnerId = "external_owner_id"
Field Value
Type Description
string

Owner

ExternalOwner.Owner: The owner of this row

Declaration
public const string Owner = "owner"
Field Value
Type Description
string

Registered

ExternalOwner.Registered: Registered when

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

RegisteredAssociateId

ExternalOwner.RegisteredAssociateId: Registered by whom

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

SourceKey

ExternalOwner.SourceKey: A string in the owner chosen format to uniqly indicate the source of this record

Declaration
public const string SourceKey = "sourceKey"
Field Value
Type Description
string

TargetRecord

ExternalOwner.TargetRecord: The record id of the written record

Declaration
public const string TargetRecord = "targetRecord"
Field Value
Type Description
string

TargetTable

ExternalOwner.TargetTable: The table the record is written to

Declaration
public const string TargetTable = "targetTable"
Field Value
Type Description
string

Updated

ExternalOwner.Updated: Last updated when

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

UpdatedAssociateId

ExternalOwner.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

ExternalOwner.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