Editable fields via custom script?

Can i change editable grid fields in custom script?

Are you talking about the fields shown in the grid before using the popout?

If so, navigate to “customize form” in setup, and find the doctype of the table, for example the “items” table in “sales invoice” would be named “sales invoice item”. Select the field that you want to appear in the grid, and make sure that “In list view” is checked.

There’s a recent thread in which a user had a problem with the “Sales order” doctype functioning properly though…

cur_frm.set_df_property(“field”, “editable_grid”, 1);

1 Like

I misinterpreted the need/cause when I read it. Glad you found the solution