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

# screen_definition_hidden table

> The name of a hidden variable to keep for this screen

## screen\_definition\_hidden Table (373)

The name of a hidden variable to keep for this screen

## Fields

| Name               | Description                                   | Type                                             | Nullable |
| ------------------ | --------------------------------------------- | ------------------------------------------------ | :------: |
| id                 | Primary key                                   | PK                                               |    No    |
| screen\_definition | The screen-definition this element belongs to | FK [screen\_definition](./screen-definition.mdx) |    Yes   |
| variable           | The name of the variable to keep              | String(255)                                      |    Yes   |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/screen_definition_hidden.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=f8e8b6342503180ce7017ba11331a4fe" alt="screen_definition_hidden table relationship diagram" width="607" height="59" data-path="media/loc/en/database/tables/screen_definition_hidden.png" />

## Indexes

| Fields             | Types | Description |
| ------------------ | ----- | ----------- |
| screen\_definition | FK    | Index       |

## Relationships

| Table                                     | Description           |
| ----------------------------------------- | --------------------- |
| [screen\_definition](./screen-definition) | A configurable screen |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [screen_definition table](/en/database/tables/screen-definition.md)
- [screen_definition_element table](/en/database/tables/screen-definition-element.md)
- [screen_definition_language table](/en/database/tables/screen-definition-language.md)
- [screen_definition_action table](/en/database/tables/screen-definition-action.md)
- [Screen definition](/en/ui/blogic/learn/screen-definition.md)
- [Has Screen Chooser](/en/api/reference/restful/rest/customobjectdefinition/has-screen-chooser.md)
