Attribute details form fields

Field Description
Display Name Required. The name of the attribute. A name is automatically generated for you.
Data Type Data type of the attribute. Default value is String. Options:
  • String
  • Short (min: - 32,768, max: 32,767)
  • Long (min -2³¹, max 2³¹-1)
  • Decimal (unlimited)
  • Date (format: YYYY-MM-DD)
  • Timestamp (format: YYYY-MM-DD hh:mm:ss)
  • Double (min: - 1.7976931348623157e+308, max: 1.7976931348623157e+308)
  • Bool (true/false)
  • Value Set (set of applicable options defined by the assigned Value Set)
Constraints:
  • GUID/User data
  • Enabled only for new attributes.
Default value Optional. Default value of the attribute. Field has a form of a text field, radio buttons (bool), or as a drop-down (Value Set). Constraints:
  • Value has to match constraints defined by the attribute Data Type, min, max, and sized properties.
  • Not enabled for Date, Time, and Timestamp Data Types.
  • Not enabled for multi-value attributes.
Min Optional. Minimum acceptable value. Constraints:
  • Enabled only for numeric attributes (Short, Long, Decimal, Double).
  • Min/Max bounds defined by the Data Type.
Max Optional. Maximum acceptable value. Constraints:
  • Enabled only for numeric attributes (Short, Long, Decimal, Double).
  • Min/Max bounds defined by the Data Type.
Value Set Required. Set of values for the attribute. Constraints:
  • Enabled only for Value Set attributes.
Required Specifies whether the attribute is required. Constraints:
  • Not enabled for multi-value attributes.
Unique Specifies whether the values are supposed to be unique. Constraints:
  • Not enabled for multi-value attributes