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

# 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/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/form_field_restriction.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=57246550fde8bed8da81f7a826401a7d" 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.


## Related topics

- [Set All Form Field Restrictions](/en/api/reference/restful/agent/marketing_agent/set-all-form-field-restrictions.md)
- [Enum values for FormFieldRestrictionType](/en/database/tables/enums/formfieldrestrictiontype.md)
- [SuperOffice.WebApi.Data.FormFieldRestriction](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormFieldRestriction.md)
- [SuperOffice.WebApi.Data.FormFieldRestrictionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormFieldRestrictionType.md)
- [SuperOffice.WebApi.Data.Marketing SetAllFormFieldRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_SetAllFormFieldRestrictionsRequest.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
