Auto Populate related fields

@nzi200779
You should add to the field which type is “relate” to Contacts in file “module/Opportunities/metadata/editviewdefs.php” next code:

...
'panels' => array (
...
    'lbl_...' => array (
...
        <number>=> array (
            <number>=> array (
                'name' => '<your_field_name_of_relate_to_Contacts>',
                 'displayParams' => array (
                     'field_to_name_array'=> array(
                         'name' => '<your_field_name_of_relate_to_Contacts>',
                         'id' => '<your_field_id_of_relate>',
                         '<field1_of_Contacts_module>' => '<field1_of_Opportunities_module>',
                         '<field2_of_Contacts_module>' => '<field2_of_Opportunities_module>',
                         '<field3_of_Contacts_module>' => '<field3_of_Opportunities_module>',
                     ),
                 ),
            ),
        ),
...
    ),
...
),
...

P.S. If you use Studio your file “custom/module/Opportunities/metadata/editviewdefs.php”