
Originally Posted by
catherinema
Try to add account_id in the array as well.
I tried this and about everything else that is suggested but i keep getting No match for field
My situation is:
sugarcrm 6.1.7
mysql/linux
Projects is the module i want to autofill some fields with data from accounts
My editviewdefs are editted like the following
PHP Code:
'lbl_editview_panel1' =>
array (
0 =>
array (
0 =>
array (
'name' => 'bedrijf_c',
'displayParams' =>
array (
'field_to_name_array' =>
array (
'name' => 'bedrijf_c',
'billing_address_street' => 'bezoek_adres_c',
'billing_address_city' => 'bezoek_plaats_c',
'billing_address_postalcode' => 'bezoek_postcode_c',
),
'additionalFields' =>
array (
),
),
'studio' => 'visible',
'label' => 'LBL_BEDRIJF',
),
When i choose the company thru popup i get the error when i save.
I don't know what i am missing here...
please help cause it's driving me nuts
Bookmarks