> ## 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.

# SuperListColumnSize table

> Stores the relative size (in percent) or in characters of a column in a SuperList

## SuperListColumnSize Table (209)

Stores the relative size (in percent) or in characters of a column in a SuperList

## Fields

| Name                      | Description                                                           | Type                            | Nullable |
| ------------------------- | --------------------------------------------------------------------- | ------------------------------- | :------: |
| SuperListColumnSize\_id   | Primary key                                                           | PK                              |    No    |
| assoc\_id                 | Owning associate                                                      | FK [associate](./associate.mdx) |    No    |
| listOwner                 | The dialog, panel or whatever that owns this record                   | String(254)                     |    No    |
| listColumn                | The name of the column                                                | String(254)                     |    No    |
| columnSize                | The size, either as a percentage, characters, or other code as needed | String(254)                     |    No    |
| extraInfo                 | Extra information - show state, or whatever is required               | String(254)                     |    No    |
| 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    |
| rank                      | Column rank, from left to right in display                            | UShort                          |    Yes   |
| orderByRank               | Order by rank, 0 if this column is not part of orderby                | UShort                          |    Yes   |
| orderByDirection          | Direction, 1 = ascending, 2 = descending; 0 = not an orderby column   | UShort                          |    Yes   |
| ownerTable                | Optional owner table, if layout is bound to an owner (Selection, ...) | TableNumber                     |    Yes   |
| ownerRecord               | Optional owner record id, if layout is bound to an owner              | RecordId                        |    Yes   |
| group\_id                 | Optional group id, if layout is bound to a group                      | FK [UserGroup](./usergroup.mdx) |    Yes   |
| configurationName         | Name to show in dropdowns/menus so this configuration can be selected | String(255)                     |    Yes   |

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

## Indexes

| Fields               | Types           | Description |
| -------------------- | --------------- | ----------- |
| assoc\_id, listOwner | FK, String(254) | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [UserGroup](./usergroup) | Secondary user groups                                              |

## Replication Flags

* Area Management controlled table. Contents replicated to satellites and traveller databases.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [SuperListColumnSize](/en/api/archive-providers/reference/superlistcolumnsize.md)
- [Archive columns - column names](/en/api/search/find-selection/populate-selectable-columns.md)
- [Validate Archive Column Config](/en/api/reference/restful/agent/erpsync_agent/validate-archive-column-config.md)
- [SuperOffice.WebApi.Agents.ErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ErpSyncAgent.md)
- [SuperOffice.WebApi.Agents.IErpSyncAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IErpSyncAgent.md)
- [Get Archive List By Columns With Header2](/en/api/reference/restful/agent/archive_agent/get-archive-list-by-columns-with-header2.md)
