Announcement

Collapse
No announcement yet.

Add values on array and multi-enum

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Add values on array and multi-enum

    I have a litte question concerning the use of array and multi-enum fields.

    When defining a field as array or multi-enum users can enter their own values only if there are no predefined options. But is it also possible to add new options when there are existing values?

    For example: The array list contains the three values "red", "green", "blue" and a user has to add value "yellow" when entering new dataset. Is that possible? And if yes, could the new values stored so that for the next time a record is created you can choose them?

  • #2
    Hello

    Originally posted by saschavalentin View Post
    But is it also possible to add new options when there are existing values?
    could the new values stored so that for the next time a record is created you can choose them?
    No.
    For this better to create a new entity, which will contain in Name field the option from an array. After you create a relationship many-to-many and check the box Link Multiple

    Comment

    Working...
    X