• 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…
  • Convert Probability(%) field in editable dropdown

    Hi, I want to convert Probability(%) field in dropdown and editable. I remove default formula from studio and make changes in vardef file as below. $dictionary['Opportunity']['fields']['probability'] ['type']='enum'; $dictionary['Opportunity']['fields…