• how to make a cloud compatible studio customization for enums

    Hi, is there a way to modify the studio view "modification of a field" in order to add some custom properties to the vardefs while being cloud compatible ? As of now we were using an admin view and the method "array_to_file" to push our custom properties…
  • Defining the custom index in a Vardefs Extension

    HI All, I Just want to w hat is the purpose of defining the custom index in a Vardefs Extension and Is it any relation elastic search ?
  • optimistic_locking parmeter in vardefs.php (vardefs location for custom modules)

    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…
  • How to manually create dependent dropdowns

    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…
  • Has populate_list stopped working for quotes in 7.10?

    We had a pretty simple customization in 7.8 that was populate a phone number and email field when a contact relate field was populated in quotes. After upgrading to 7.10 it no longer works. We were adding the following to the vardef $dictionary [ 'Quote…
  • "Data not available" error message after editing custom dropdown field

    I'm working in a 7.6.1.0 Sugar Professional instance. I created the dropdown field sales_person_c in the Accounts module, which will later list all the users with certain roles. To accomplish this I replaced the field vardefs with the following: $dictionary…