• zero keys in dropdown list

    When creating a dropdown list from studio or by code, is there any chance to have a zero (0) as a key? I tried creating dropdown entries with key 0 and a non empty value, but the value gets removed as soon as I save the list. I have debugged the code…
  • Custom Enum (dropdown) Fields and Select2 Fields

    This is a question and tutorial combined. The question is, can I do something similar to Relate inputs like Enum (dropdown) inputs? So after some scrounging around and figuring out of some custom features and extending features, I've come across the way…
  • Is it possible to modify EnumField to support deprecated values?

    Hello, I have a drop down field which id like to make one of the list values available to view on existing records, but no longer selectable when a record is edited or a new record is created. My current plan is to modify the javascript to remove any…
  • "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…
  • Hide related field depending on the value of a Dropdown List(or other logic)?

    Hello I wanted to hide two fields depending on a dropdown value: System: Sugar Enterprise 7.8 Scenario: Module where I want to hide: moduleA On record/create view there is a dropdown: docType (values: typeB, typeC, both, none) There is two related modules…
  • Translate in another language than the current language

    I have tricky a use case, where I need to create a custom entity from an opportunity plus some external data. In the opportunity, there's a custom dropdown, whose value will be transferred as text to a textfield in the custom entity. This text value …