I would like to know if I can use the same inverse relationship twice for 2 different relationships?
Here is an example :
Trip
Origin (to-one relationship) MapPoint (inverse ReferencedBy)
Destination (to-one relationship) MapPoint (inverse ReferencedBy)
MapPoint
- ReferencedBy (to-many relationship) Trip (here is the problem, how to set the inverse ?)