Hi all,
I extended the Calls module by a ID field pae_contact_id, linked to the Contacts Module. (see code below of the pae_vardef)
Additional I want to display & search the Contact Name and Country in the Calls List View.
Displaying the data works…
CreditFields.zip
Above is a link to the package I am using.
The package installs just fine, yet when I uninstall it I get the following errors.
Wed Sep 30 16:05:49 2020 [ 6385 ][ 1 ][ ALERT ] Query Failed: ALTER TABLE campaigns_cstm drop COLUMN…
Hi all, I'm trying to extend the Calls List view with new columns: Related Country Related State Related City These Data should be pulled by the "Related To" Record if existing. Related to can be Lead / Contact / Account or also something else, where…
Hi, thanks for looking! This support documentation page: https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_10.0/Data_Framework/Vardefs/index.html ...suggests that the vardefs.php file is in the location: ./modules/Contacts…
The documentation section Manually Creating Custom Fields provides a good description of creating fields using the module loader, including dropdowns. But how can I do the same thing for dependent dropdowns, where I need to specify a parent dropdown and…