• 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…
  • 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…