Dynamic options for autocomplete field

Hi @Antoine_Barrier:

Try this:

frm.fields_dict.yourfield.set_data(["one", "two"])

Hope this helps.

4 Likes