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

# SuperOffice.WebApi.Data.FieldAccess

# <a id="SuperOffice_WebApi_Data_FieldAccess" /> Enum FieldAccess

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Access restrictions and mandatory status, if any.
This Enum is used by:  ErpField.Access

```csharp theme={null}
public enum FieldAccess : short
```

## Fields

`Mandatory = 1`

1: This field is mandatory.

`Normal = 0`

0: Normal field, no particular restrictions

`ReadOnly = 2`

2: This field is read-only.
