QuoteLineConfiguration Table (445)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Configuration of quote lines - which fields are in use, rights, labels etc
Fields
Name | Description | Type | Null |
---|---|---|---|
quotelineconfiguration_id | Primary key | PK | |
FieldName | The name of the field being configured, from data dictionary | String(254) | ● |
LabelRes | The name of the label resource, without square brackets | String(254) | ● |
TooltipRes | The name of the tooltip/description resource, without square brackets | String(254) | ● |
InUse | Is this field in use (visible) | Bool | ● |
Mandatory | Is this field mandatory (must have a value | Bool | ● |
Editable | Is this field editable, as opposed to read-only | Bool | ● |
Rank | Rank order of configuration lines | Int | ● |
PreventHide | If true, then this field cannot be hidden from the GUI | Bool | ● |
RestrictEdit | If true, then this field cannot be set readwrite or mandatory: It's bound to be readonly | Bool | ● |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
quotelineconfiguration_id | PK | Clustered, Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.