I have a question kinda the simular to this topic. But since our structure if different I can’t seem to solve the puzzle with the solution in the previous post.
I have 3 databases. Product, Task and Phase
Product has a many - one relation with Tasks
Tasks has a many - one relation with Phase
Sometimes a product has a phase with tasks
Sometimes a product has just tasks.
If possible, I would like to show in 1 grid view the products with tasks and products with phases and tasks.
And from that same view users should also be able to create new tasks (with or without phases). See image below where Tasks C actually belongs to product B.
This is actually a specific example of a more general request for databases to be able to be present at multiple locations within a hierarchy.
In this instance, the need is
Product
Task
Phase
Task
(i.e. Task db exists as a second level and a third level)
We have features in the backlog (for lists, smart folder and grid view) but no ETA