How to Add Options to a Select Field in a Doctype Using Customize Form?

Hi everyone,

I’m trying to add new options to a Select field in a Doctype using the Customize Form feature in Frappe/ERPNext. I edited the field and added values to the “Options” section, but it doesn’t seem to apply the changes.

I also tried using a Property Setter to modify the options, but it had no effect either.

Is there a correct way to add or update the options for a Select field without modifying the original Doctype directly? Any help or guidance would be appreciated.

Thanks in advance!

Property setter should work . can you please share screenshot
try like this , after adding property setter do Export Customization from respective dotype

1 Like

Thank you for support. I tried again and it worked.

how to do export customization?