on timesheet doctype status field is read only i try to unread it get error
if user wants to change the status how he change?
Yes i have do but getting error you cannot unread field
@Rahul7218
if you want to make Status editable anyway you can go for editDoctype
and uncheck read only in status field
It is not advisable to directly change the doctype.
If you want to proceed, you can remove the read-only property using the property setter. There are many references in the forum, so be sure to search for them.
1 Like