> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# form_field_restriction table

> This table contains all form fields restrictions

## form\_field\_restriction Table (490)

This table contains all form fields restrictions

## Fields

| Name                         | Description                           | Type                                                                  | Nullable |
| ---------------------------- | ------------------------------------- | --------------------------------------------------------------------- | :------: |
| form\_field\_restriction\_id | Primary key                           | PK                                                                    |    No    |
| field\_identifier            | the identifier for the field          | String(255)                                                           |    Yes   |
| field\_restriction           | The restriction set on the field      | Enum [FormFieldRestrictionType](./enums/formfieldrestrictiontype.mdx) |    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-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/form_field_restriction.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=4ca5307d86bb71cbed709fa2c4f0e21e" alt="form_field_restriction table relationship diagram" width="495" height="59" data-path="media/loc/en/database/tables/form_field_restriction.png" />

## Indexes

| Fields            | Types       | Description |
| ----------------- | ----------- | ----------- |
| field\_identifier | String(255) | Unique      |

## Relationships

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

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
