You can’t set ‘Options’ for field Status

Oh there are plenty of reasons to not allow changing status enums. ERPNext is a collection of business logic, some of that business logic depends on which status a document is in right now, if it’s in unknown status then it won’t do anything or worse do some default action.

This is allowed but there be dragons.

The safest option is adding a separate custom field for tracking your custom status.

1 Like