Select multiple employers

0
Hi, I have X reference selectors and I need to save X employers. One employee for each reference selector but I have an one to many association and I hace the same employee on all references selectors.  Anyone know how I could connect X different emplyers to X different selector. Thanks.
asked
1 answers
1

Your association needs to be many to many. Otherwise, the association can only store one employer. If you have a many to many association, you can have a multi select page on your reference selector. If you want to have the dropdown solution, you could work with multiple associations or with a list of association objects between your entity and account (To be able to dynamicly add more Employers if needed).

answered