Skip to content
Krzysztof Słysz edited this page Oct 19, 2021 · 5 revisions

Defining enum in the project

Required user role: ADMIN

Creating enums is optional. Based on the enums, you can strictly define the values that the property takes. In addition, each enum element contains a representative text or icon.

Enums

Enum fields:

  • Name - enum name (*)
  • Description - explanatory description (*)
  • Icons enabled - if true, show icon instead of text
  • Items - number of items defined for the enum
  • Created by - creator name
  • Created at - creation date and time
  • Modified by - last modifier (*)
  • Modified at - last modification date and time (*)

(*) Displayed in the enums selection window.

Enum item fields:

  • Value - value stored in the data properties
  • Text - text that is seen by the user
  • Icon - icon that is seen by the user