Display a account custom field on edit quotes

Hi,

I would like to display the content of an account module custom field in the quotes edit form based on the selected account. Or simply populate a custom field in the quotes module with a custom field of the account module, this would be even better as the content should not change in the future.
I checked all the way but I can’t find anyway to do that.

Any idea is welcome
Thanks

Hi,

There is a one key ‘field_to_name_array’ in defs for editview.

Have a look at include\SugarFields\Fields\Relate\SugarFieldRelate.php and EditView.tpl

.php file generate field_to_name_array as per definetion of view.

You can customize editviewdefs.php of AOS_Quotes module for your requirement…