Hi,
this is the context I am working with:
- I have an entity Meeting and an entity Task
- I create a one-to-many relation between Meeting and Task, and then a many-to-one relation between Meeting and Task (I don't need Many-to-Many)
- in the Layout Manager, I add Task to the Relationship Panels of Meeting, and Meeting as field in a panel of Task
- in a Meeting, I can now press the plus ('+') symbol in the Task relationship panel and create a Task
Problem: the Task detail I am presented with, doesn't show the "parent" Meeting already selected in the field.
Question: is it possible to have the "parent" Meeting pre-selected in the Task create page?
Thank you
this is the context I am working with:
- I have an entity Meeting and an entity Task
- I create a one-to-many relation between Meeting and Task, and then a many-to-one relation between Meeting and Task (I don't need Many-to-Many)
- in the Layout Manager, I add Task to the Relationship Panels of Meeting, and Meeting as field in a panel of Task
- in a Meeting, I can now press the plus ('+') symbol in the Task relationship panel and create a Task
Problem: the Task detail I am presented with, doesn't show the "parent" Meeting already selected in the field.
Question: is it possible to have the "parent" Meeting pre-selected in the Task create page?
Thank you
Comment