Class DBC.FieldLabelFields
Fields for FieldLabel, Field label override table, makes it possible to override internal string resources. Define your own text for the panels in SuperOffice, e.g. rename Project to Cars in SOAdmin - System Options - Labels This table contains controlling data for the string substitution mechanism. There is one row in this table for each label or string that can be substituted; the active field indicates whether the string is actually being substituted or not. Initially, all rows have this field set to 0. The table is loaded with initial data during database setup. Only SuperOffice Development has the necessary expertise to safely add rows to this table. If a row has active = 1, the table LocaleText should contain one or more rows pointing back to this table, with the actual text to be used.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.FieldLabelFields
Fields
Active
FieldLabel.Active: 1 = label substitution is active
Declaration
public const string Active = "active"
Field Value
Type | Description |
---|---|
string |
FieldLabelId
FieldLabel.FieldLabelId: Primary key
Declaration
public const string FieldLabelId = "FieldLabel_id"
Field Value
Type | Description |
---|---|
string |
ParentId
FieldLabel.ParentId: ID (not resource) of label that is a parent of this one
Declaration
public const string ParentId = "parentId"
Field Value
Type | Description |
---|---|
string |
Registered
FieldLabel.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
FieldLabel.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
ResourceId
FieldLabel.ResourceId: Text resource ID
Declaration
public const string ResourceId = "resourceId"
Field Value
Type | Description |
---|---|
string |
Updated
FieldLabel.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
FieldLabel.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
FieldLabel.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |