Record created on a custom table that extends 'task' table has incorrect stateIssue When creating a record under the custom table that extends the 'task' table, the record gets created with an incorrect state.CauseThe sys_dictionary entry for the State field has 'Default Value' set to 'New'. ResolutionThe State field is of type 'Integer' so set the 'Default Value' to an integer number instead of a string.