Maybe someone out there can advise where I've gone wrong with a package I am creating on V5.1...

The package is based on an ISSUES module which needs to list contacts who are associated with the issue. I would like to use the subpanel view that is used for Opportunities so that I can assign a ROLE to each contact related to the Issue.

I have built the package and module. I have added a many-many relationship from the new module to the contacts file and set the Subpanel for Contacts to "ForOpportunities".

When I go to a record within this new module the contacts subpanel exists OK but when I edit a contact that has been added to this record, the Edit page (action=ContactOpportunityRelationshipEdit) is blank. None of the 3 fields (Contact Name, Opportunity Name, Role[dropdown]) on this edit page are filled in. the Role dropdown contains a choice list. If I add a Role to the contact it does not show in Subpanel. If I edit it again the edit page always comes up blank.

The contact(s) are linked because they do show in the subpanel when viewing the Issue (none of the other columns in the Subpanel contain information. e.g. Account name). When I click on the contact hyperlink the contact record detailview loads as expected containing Account details etc).

There are no error messages given.