I already had all I needed... and a little more. I was actually making the mistake described on this page:
http://docs.transfer-orm.com/wiki/Same_foreign_key_for_a_manytoone_and_a_onetomany.cfm So I removed the m2o relation from my relations' objects, the PersonOrg mentioned in previous messages. To show the org info when showing a Person object (org name, acronym, etc), with its list (getPersonOrgArray) of related PersonOrg records (Role), I used the getParentOrg method available at the "many" end of the o2m relation Org->PersonOrg... works like a charm, and I think it loads faster also! Thanks for pointing me in the right direction... I owe you one ;) Pedro. --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
