Deactivate entities get reactivated automaticallyIssue The deactivated list of entities came back to reactivated automatically in the system.CauseThe root cause is the entity is part of the entity filter from the entity type (there is a related list of Entity Filter from entity type form) The entity will be always associated with EntityType irrespective of the following changes: 1. Remove association from EntityType to Entity 2. Deactivate entity from entity form 3. Delete the entity (In this case entity will be created again)ResolutionTo overcome the entity filter condition you can filter out that entity from the entity filter and uncheck the active flag from the entity.