I have 2 entities:
company (fields include "items to purchase" and "name")
order (fields include "order number", "item 1 name", and "item 1 quantity")
the field "item 1 name" should be a drop down of choices from "items to purchase", how do I go about doing this in a model-driven app?
Question:
(assuming that both entities have multiple options sets) Is there a way to make the multiple option set choices of entity A reference or depend on the multiple select option set of entity B?