Hi,
I have an entity Project. It has multiple links to an entity Project Document, one for Budget, for Proposal, for Report, etc.
For each Project Document, the Project that it belongs to is set.
Now in the Project, I want to be able to select e.g. the budget. I click the select Project document. It opens the (small) list view to select from a list of Project Documents.
It shows me all project documents from all projects.
I want it to show all project documents from only the project record that I am working in.
I have tried:
- A report filter with a runtime filter (doesn't work)
- children - parent relationship (doesn't work)
This seems like a very common use case. But I can't find a reference to how to set this up.
Does this require coding, or is it possible in the UI?
If it requires coding, is there a good documentation for it?
I have an entity Project. It has multiple links to an entity Project Document, one for Budget, for Proposal, for Report, etc.
For each Project Document, the Project that it belongs to is set.
Now in the Project, I want to be able to select e.g. the budget. I click the select Project document. It opens the (small) list view to select from a list of Project Documents.
It shows me all project documents from all projects.
I want it to show all project documents from only the project record that I am working in.
I have tried:
- A report filter with a runtime filter (doesn't work)
- children - parent relationship (doesn't work)
This seems like a very common use case. But I can't find a reference to how to set this up.
Does this require coding, or is it possible in the UI?
If it requires coding, is there a good documentation for it?
Comment