Class DBC.PreferenceFields
Fields for Preference, Not quite obsolete preference table; historical info mostly. From 6.1 this table now holds an upgrade stamp.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class PreferenceFields : Object
Fields
Pdata
Preference.Pdata: Changed to string[255]
Declaration
public const string Pdata = "pdata"
Field Value
Type | Description |
---|---|
String |
PreferenceId
Preference.PreferenceId: Primary key
Declaration
public const string PreferenceId = "preference_id"
Field Value
Type | Description |
---|---|
String |
Registered
Preference.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Preference.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Type
Preference.Type: Preference type
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |
Updated
Preference.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Preference.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Preference.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |