if (!db.FieldValues.Any(x =>
                                        x.FieldId == subDbField.Id
                                        && x.CaseId == theCase.Id
                                        && x.WorkflowState != Constants.Constants.WorkflowStates.Removed))
                                {