Class DBC.QuoteLineConfigurationFields
Fields for QuoteLineConfiguration, Configuration of quote lines - which fields are in use, rights, labels etc
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class QuoteLineConfigurationFields : Object
Fields
Editable
QuoteLineConfiguration.Editable: Is this field editable, as opposed to read-only
Declaration
public const string Editable = "Editable"
Field Value
Type | Description |
---|---|
String |
FieldName
QuoteLineConfiguration.FieldName: The name of the field being configured, from data dictionary
Declaration
public const string FieldName = "FieldName"
Field Value
Type | Description |
---|---|
String |
InUse
QuoteLineConfiguration.InUse: Is this field in use (visible)
Declaration
public const string InUse = "InUse"
Field Value
Type | Description |
---|---|
String |
LabelRes
QuoteLineConfiguration.LabelRes: The name of the label resource, without square brackets
Declaration
public const string LabelRes = "LabelRes"
Field Value
Type | Description |
---|---|
String |
Mandatory
QuoteLineConfiguration.Mandatory: Is this field mandatory (must have a value
Declaration
public const string Mandatory = "Mandatory"
Field Value
Type | Description |
---|---|
String |
PreventHide
QuoteLineConfiguration.PreventHide: If true, then this field cannot be hidden from the GUI
Declaration
public const string PreventHide = "PreventHide"
Field Value
Type | Description |
---|---|
String |
QuoteLineConfigurationId
QuoteLineConfiguration.QuoteLineConfigurationId: Primary key
Declaration
public const string QuoteLineConfigurationId = "quotelineconfiguration_id"
Field Value
Type | Description |
---|---|
String |
Rank
QuoteLineConfiguration.Rank: Rank order of configuration lines
Declaration
public const string Rank = "Rank"
Field Value
Type | Description |
---|---|
String |
Registered
QuoteLineConfiguration.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
QuoteLineConfiguration.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
RestrictEdit
QuoteLineConfiguration.RestrictEdit: If true, then this field cannot be set readwrite or mandatory: It's bound to be readonly
Declaration
public const string RestrictEdit = "RestrictEdit"
Field Value
Type | Description |
---|---|
String |
TooltipRes
QuoteLineConfiguration.TooltipRes: The name of the tooltip/description resource, without square brackets
Declaration
public const string TooltipRes = "TooltipRes"
Field Value
Type | Description |
---|---|
String |
Updated
QuoteLineConfiguration.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
QuoteLineConfiguration.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
QuoteLineConfiguration.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |