OK, let's see if I understood correctly... I was trying to save a PersonOrg object, and therefore generated the related Person and Org objects. As dc.Person has a o2m relation with PersonOrg, it then generated an extra method in the initial object I created, and that's where the extra PersonId field comes from, right?
My question now is... which methods won't be created if I use a m2o relation between Person and PersonOrg? will I still be able to generate a list of related PersonOrg objects to a specific Person object? I mean I have a view where all the related Organisations are listed for a Person, and I feed the list with the method person.getPersonOrgArray()... will that method still work? I'm gonna check the docs now... again :P If I find the answer, I'll post it here. Thanks a lot for your explanation, very clear, it surely helps! ;) 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 -~----------~----~----~----~------~----~------~--~---
