Show / Hide Table of Contents

Class DBC.SatelliteFields

Fields for Satellite, Definition of Satellites

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

Fields

AreaId

Satellite.AreaId: Area this satellite is based on (mandatory != 0)

Declaration
public const string AreaId = "area_id"
Field Value
Type Description
string

ContactId

Satellite.ContactId: Contact card that owns this satellite

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

DSN

Satellite.DSN: Data source name last used for this satellite

Declaration
public const string DSN = "DSN"
Field Value
Type Description
string

EncryptedComm

Satellite.EncryptedComm: Use encryption for this Satellite?

Declaration
public const string EncryptedComm = "encryptedComm"
Field Value
Type Description
string

Registered

Satellite.Registered: Registered when

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

RegisteredAssociateId

Satellite.RegisteredAssociateId: Registered by whom

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

SatelliteId

Satellite.SatelliteId: Primary key

Declaration
public const string SatelliteId = "satellite_id"
Field Value
Type Description
string

Updated

Satellite.Updated: Last updated when

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

UpdatedAssociateId

Satellite.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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