Do you have an example of a many to many mapping where the mapping table has a payload? I found a sample but it was for devforce 2009.
Basically I have 3 tables. Locations, Contacts and a mapping table LocationContacts
LocationContacts has locationcontactid (identity) and 2 FK LocationID, ContactID
I am trying to add a Contacts property in Location. I would like this contacts list to be updated if I add a new contact at that location.
The other problem I have is that the LocationContacts list that was added automatically by devforce is behaving strangely. It is returning all the locationContacts but for some reason the contactid is coming back as 0 - detached.