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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -