Class DBC.LocaleTextFields
Fields for LocaleText, Multi-language text items. Used for user-defined field labels. Must be assigned correct name to match the language they start SuperOffice in. This table should be viewed in conjunction with FieldLabel. If a row in FieldLable has active = 1 this table will need to contain at least one row with the same resourceId as the FieldLabel row. The language id can be either 0 or one of the Windows language ID's; SuperOffice will pick the correct language on startup according to the user settings. If a label cannot be found with the given language and also not with language 0, it will not be substituted.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class LocaleTextFields : Object
Fields
IsBuiltin
LocaleText.IsBuiltin: 1 = this row is populated and maintained by SuperOffice
Declaration
public const string IsBuiltin = "isBuiltin"
Field Value
Type | Description |
---|---|
String |
LanguageId
LocaleText.LanguageId: Language ID
Declaration
public const string LanguageId = "languageId"
Field Value
Type | Description |
---|---|
String |
LocaleTextId
LocaleText.LocaleTextId: Primary key
Declaration
public const string LocaleTextId = "LocaleText_id"
Field Value
Type | Description |
---|---|
String |
Registered
LocaleText.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
LocaleText.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
ResourceId
LocaleText.ResourceId: Resource ID
Declaration
public const string ResourceId = "resourceId"
Field Value
Type | Description |
---|---|
String |
Text
LocaleText.Text: The text string itself
Declaration
public const string Text = "text"
Field Value
Type | Description |
---|---|
String |
TypeId
LocaleText.TypeId: 1=label 2=table 3=column 4=import field 5=import object 6=import GUI category 7=contact udef label 8=role name, 9 = role tooltip, 10 = functionright label, 11 = functionright descriptionid; 12=function right description; 16=status monitor name; 19=contact udef label; 20=person udef label; 21=project udef label; 22=sale udef label; 23=appointment udef label; 24=document udef label; 31=tzlocation city
Declaration
public const string TypeId = "typeId"
Field Value
Type | Description |
---|---|
String |
Updated
LocaleText.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
LocaleText.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
LocaleText.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |