Class DBC.CompanyFields
Fields for Company, Information on license and owner of this SuperOffice database. This table should only have 1 row. This table contains encrypted license information. Changing it will disable login for all users and require you to restore the database from backup.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CompanyFields : Object
Fields
CompanyId
Company.CompanyId: Primary key
Declaration
public const string CompanyId = "company_id"
Field Value
Type | Description |
---|---|
String |
DbContactId
Company.DbContactId: ID of contact who owns this database
Declaration
public const string DbContactId = "dbContactId"
Field Value
Type | Description |
---|---|
String |
DbContactName
Company.DbContactName: Name of contact who owns this database (<> license owner for satellite etc)
Declaration
public const string DbContactName = "dbContactName"
Field Value
Type | Description |
---|---|
String |
DbDepartmentName
Company.DbDepartmentName: Department of contact who owns this database
Declaration
public const string DbDepartmentName = "dbDepartmentName"
Field Value
Type | Description |
---|---|
String |
EncryptedCheck
Company.EncryptedCheck: Encrypted hash checksum
Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type | Description |
---|---|
String |
ExtraInfo
Company.ExtraInfo: Spare field
Declaration
public const string ExtraInfo = "extraInfo"
Field Value
Type | Description |
---|---|
String |
OwnerContactId
Company.OwnerContactId: ID of contact who owns the license
Declaration
public const string OwnerContactId = "ownerContactId"
Field Value
Type | Description |
---|---|
String |
OwnerContactName
Company.OwnerContactName: Name of contact who owns the license - exact match required
Declaration
public const string OwnerContactName = "ownerContactName"
Field Value
Type | Description |
---|---|
String |
OwnerDepartmentName
Company.OwnerDepartmentName: Department of contact who owns the license - exact match required
Declaration
public const string OwnerDepartmentName = "ownerDepartmentName"
Field Value
Type | Description |
---|---|
String |
Registered
Company.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
Company.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Revision
Company.Revision: Database revision, must match dictionary
Declaration
public const string Revision = "revision"
Field Value
Type | Description |
---|---|
String |
SerialNo
Company.SerialNo: Serial number of license; this is THE master item... which will be checked against SuperOffice AS license database by SoAdmin!
Declaration
public const string SerialNo = "serialNo"
Field Value
Type | Description |
---|---|
String |
Updated
Company.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
Company.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
Company.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
Version
Company.Version: Database version, must match dictionary (conceptualdatabase)
Declaration
public const string Version = "version"
Field Value
Type | Description |
---|---|
String |