We have a database for Wiki pages, and a database for Tasks
Both of these are connected to a database with Projects, so that we can easily filter and show tasks/documentation based on a project.
Right now it is possible using the # or the highlight and create entity to create a new database entry. Which is quite ok.
However, this will not automatically link the Project, so a bunch of manual work is still necessary.
Is there a way (or i would like to suggest), some form of automatic linking, so that if both have the same database relation (in this case, both have a Project field), that those would be auto-assigned.
I was thinking of using the References, but I believe the reference is not set on-create, but only after the fact. So that wont work.
Cheers