Enum EFieldRight
Access levels to a single field. Read and/or write.
Syntax
EFieldRight
Fields
Name | Description |
---|---|
None | Hidden from user. |
Read | Read-only right |
Write | Write-only (not terribly useful) |
Update | Read + Write rights combined |
Unused1 | Access levels to a single field. Read and/or write. |
Unused2 | Access levels to a single field. Read and/or write. |
Unused3 | Access levels to a single field. Read and/or write. |
Unused4 | Access levels to a single field. Read and/or write. |
Nullable | Field can have NULL as a valid value. |
UIHintMandatory | Field must be filled out (not blank) |
UIHintReadOnly | Field can only be read, not updated, in the user interface. |
FULL | All possible rights (same as Update = Read + Write) |
UIHints | Rights only applied in the user interface. These rights are threated as deny rights. |