Hi all Am I right that with a Transfer m2m object you can't access columns in the DB other than the 2 FKs of the join table? Example: you have a Permissions table and a User table and a join table in between, but on the join table you have more columns than just the 2 FKs how do you access these in a Transfer m2m?
I'm guessing the only work around is to have the join table as an object and then have a o2m from tableA to the join table and then a m2o to tableB. Cheers Matthew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
