We have 2 modules in SugarCRM.
Module 1 = Built in Contacts
module
Module 2 = Custom module called QMS
module.
We would like to be able to create a new contact
user record in the contacts
module and then have a subpanel in that contacts module that would show all related qms
module records that are related to the contact record based on them having the same matching email
field.
So to clarify...In the contacts module
there is a default email field
.
In our custom qms module
we also have another email field
.
When you view a contact module
record with the email field value of test@test.com
then in a sub panel it should show any qms module records
that also have a matching email field
that have a value of test@test.com
This is not built in standard behavior in SugarCRM CE 6.xx. Does anyone know how we can achieve such functionality?