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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -