SugarCRM: Populating fields using a Relate field
This will enable you to populate a field/fields when a value is selected in a relate field. Steps are as below, Step 1: Go to <sugar>/custom/Extension/modules/<MODULE_NAME>/Ext/Vardefs/ and create a new file (ex. vardef.ext.php) Step 2: Add the following codes to the file: (This is for the quicksearch) $dictionary['<MODULE_NAME>']['fields']['<RELATE_FIELD>']['populate_list'] = array('name', 'id',…