db object back reference

I have an object, lets call it References, and I connected it in OneToOne relationship to another object Article (for example). now I have a field called “reference” on the article row containing the reference ID.

In the Reference(ID) dynamic page I would like to get to the Article that is connected to that reference. This is available in most ORM systems and called “back reference”. How can I do this (preferably without another query to the db)

Hi,
you can create reference fields using the instructions here .

You can also query a referenced field as described here .

Jesus, I don’t think I got one helpful answer in this forum. Did you read the question?