• How do I edit a dropdown value via API

    I am wanting to edit the value of a dropdown field that was created. However, whenever I try to edit the value via the API, it always selects the same value. I wrote a python function function to send the API request (below). I do not receive errors…
  • How We can display drop down database value to Lable value.?

    How we can display drop down database value to Lable value. Ex. db value -1(db) - New(Label) 2 (db) - In progress (Label) 3 (db) - Working (Label) 4 (db) - Close (Label) 5 (db) - Pending (Label) i want to display new
  • Custom dropdown field appearing as multi-select field

    Hello. I followed the steps in this link to create a custom dropdown field: HOWTO: Add a search field that searches another module « Sugar Developer Blog – SugarCRM array ( 'name' => 'ano_padv', 'label' => 'Ano', 'type' => 'enum', 'default' => true…