php - Autofill Office Phone in SugarCRM Contact Module -
can tell me how can have office phone automatically fill in contact when select account name?
it should automatically.
look in /modules/contacts/metadata/editviewdefs.php
and should see...
array ( 'name' => 'account_name', 'displayparams' => array ( 'key' => 'billing', 'copy' => 'primary', 'billingkey' => 'primary', 'additionalfields' => array ( 'phone_office' => 'phone_work', ), ),
Comments
Post a Comment