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

# SORLabelLayout table

> SuperOffice reporter data

## SORLabelLayout Table (180)

SuperOffice reporter data

## Fields

| Name                      | Description                                                        | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------ | ------------------------------- | :------: |
| SORLabelLayout\_id        | Primary key                                                        | PK                              |    No    |
| name                      | Name of the label layout                                           | String(239)                     |    No    |
| paperWidth                | Paper width in twips                                               | UInt                            |    No    |
| paperHeight               | Paper height in twips                                              | UInt                            |    No    |
| topMargin                 | Top margin in twips                                                | UInt                            |    No    |
| bottomMargin              | Bottom margin in twips                                             | UInt                            |    No    |
| leftMargin                | Left margin in twips                                               | UInt                            |    No    |
| rightMargin               | Right margin in twips                                              | UInt                            |    No    |
| countColumns              | Number og columns                                                  | UShort                          |    No    |
| countRows                 | Number of rows                                                     | UShort                          |    No    |
| orientation               | Paper orientation: 1=portrait, 2=landscape                         | UShort                          |    No    |
| printWidth                | Calculated: (paperWidth - leftMargin - rightMargin) / countColumns | UInt                            |    No    |
| labelHeight               | Calculated: (paperHeight - topMargin - bottomMargin) / countRows   | UInt                            |    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    |
| description               | Description                                                        | String(2047)                    |    No    |

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

## Indexes

| Fields | Types       | Description |
| ------ | ----------- | ----------- |
| name   | String(239) | Index       |

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

- [Save Report Label Layout Entity](/en/api/reference/restful/agent/report_agent/save-report-label-layout-entity.md)
- [Get Report Label Layout Entity](/en/api/reference/restful/agent/report_agent/get-report-label-layout-entity.md)
- [Create Default Report Label Layout Entity](/en/api/reference/restful/agent/report_agent/create-default-report-label-layout-entity.md)
- [Save Udef Layout](/en/api/reference/restful/rest/person/save-udef-layout.md)
