Form editor get in select list of object

Form editor get in select list of object

klermannklermann Posts: 277Questions: 67Answers: 1

Hi, I need to insert into the editor form in select a list of an object that is inside another object, eg: main object, attribute1, attribute2, secondary object, list of attributes, then the user create a new entry with one of the items in that list!

Answers

  • allanallan Posts: 63,480Questions: 1Answers: 10,467 Site admin
    edited August 2017

    That sounds like a good use case for a left join - have another table which defines the attributes you want and then reference the entry they want.

    Editor's fields can only hold a single value at a time. You could have it use an object which contains multiple values, but that would require a custom field type plug-in as none of the built in field types will work with objects.

    Allan

This discussion has been closed.