> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# QuoteLineConfiguration table

> Configuration of quote lines - which fields are in use, rights, labels etc

## QuoteLineConfiguration Table (445)

Configuration of quote lines - which fields are in use, rights, labels etc

## Fields

| Name                       | Description                                                                              | Type                            | Nullable |
| -------------------------- | ---------------------------------------------------------------------------------------- | ------------------------------- | :------: |
| quotelineconfiguration\_id | Primary key                                                                              | PK                              |    No    |
| FieldName                  | The name of the field being configured, from data dictionary                             | String(254)                     |    Yes   |
| LabelRes                   | The name of the label resource, without square brackets                                  | String(254)                     |    Yes   |
| TooltipRes                 | The name of the tooltip/description resource, without square brackets                    | String(254)                     |    Yes   |
| InUse                      | Is this field in use (visible)                                                           | Bool                            |    Yes   |
| Mandatory                  | Is this field mandatory (must have a value                                               | Bool                            |    Yes   |
| Editable                   | Is this field editable, as opposed to read-only                                          | Bool                            |    Yes   |
| Rank                       | Rank order of configuration lines                                                        | Int                             |    Yes   |
| PreventHide                | If true, then this field cannot be hidden from the GUI                                   | Bool                            |    Yes   |
| RestrictEdit               | If true, then this field cannot be set readwrite or mandatory: It's bound to be readonly | Bool                            |    Yes   |
| registered                 | Registered when                                                                          | UtcDateTime                     |    No    |
| registered\_associate\_id  | Registered by whom                                                                       | FK [associate](./associate.mdx) |    No    |
| updated                    | Last updated when                                                                        | UtcDateTime                     |    No    |
| updated\_associate\_id     | Last updated by whom                                                                     | FK [associate](./associate.mdx) |    No    |
| updatedCount               | Number of updates made to this record                                                    | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/QuoteLineConfiguration.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=a819c5d4df2f0df1547f0b848ab8d230" alt="QuoteLineConfiguration table relationship diagram" width="521" height="59" data-path="media/loc/en/database/tables/QuoteLineConfiguration.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./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.


## Related topics

- [Save Quote Line Configurations](/en/api/reference/restful/agent/quote_agent/save-quote-line-configurations.md)
- [Save Quote Line Configuration](/en/api/reference/restful/agent/quote_agent/save-quote-line-configuration.md)
- [QuoteLineConfiguration](/en/api/archive-providers/reference/quotelineconfiguration.md)
- [Get All Quote Line Configurations](/en/api/reference/restful/agent/quote_agent/get-all-quote-line-configurations.md)
- [Get In Use Quote Line Configurations](/en/api/reference/restful/agent/quote_agent/get-in-use-quote-line-configurations.md)
- [SuperOffice.WebApi.Data.QuoteLineConfiguration](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteLineConfiguration.md)
