Hello Guys,
I have a couple of objects, for arguments sake let's call them Foo and Bar.
I have a relationship defined that says Foo has many Bars.
Now, Transfer gives me a bunch of generated methods on Foo to get an array of Bars, add Bars, remove Bars etc.
However, say I have a Bar object and I want to use TQL to get all the associated Foo's
How could I do that? I've used TQL a bit with different joins, but never a M2M
Robert