Add values on array and multi-enum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saschavalentin
    Junior Member
    • Jan 2018
    • 14

    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?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello

    Originally posted by saschavalentin
    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...