Issues In Changing Data Type

Is there any way to change data type(read only) to date.
I want to uncheck read only field but through coding?


is there any way to do this?

frm.set_df_property("field_name", "read_only", 0);

do you want to make changes in the standard doctype?

yes… i want to change field type of ‘end date’ in doctype ‘bank guarantee’

The fieldtype is already date, if you want to change it to read only then you can’t change. Better add new custom field and set the fieldtype as read only

1 Like