Announcement

Collapse
No announcement yet.

One-to-many / Many-to-one relationships and pre-selection

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • One-to-many / Many-to-one relationships and pre-selection

    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

  • #2
    Found the problem.

    We bypassed the side panel going straight for the full form, but somewhere we missed passing the same arguments. Re-enabling the side panel makes it work again.

    Comment

    Working...
    X