Enum FormFieldRestrictionType
Possible restriction for fields used in forms This Enum is used by: form_field_restriction.field_restriction
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.12.0.0")]
public enum FormFieldRestrictionType : short
Fields
| Name | Description |
|---|---|
| DoNotShow | 2: Do not show in forms |
| NotSet | 0: Not set |
| ReadOnly | 1: Deny overwrite |