Class DBC.SatelliteFields
Fields for Satellite, Definition of Satellites
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SatelliteFields : Object
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 |