When changing the Class of a CI in the CMDB, Entities (Profiles) lose track of their relationship and the DocID field is made blank ("Applies to record" field on Entity table). Was instructed by my ServiceNow account manager to open ticket to address.Issue In the GRC application, we have Entities that were created by Entity Types from the Applications table (cmdb_ci_appl). We are now in the process of updating the Classes of the records in the Applications table to other types (such as Application Service or Business Service). When we make that update to the CI, the associated Entity's "Applies to CMDB Record" goes blank and the association is lost. It has to be manually re-associated with the CI in the new table to fix. Steps to reproduce:Associate an Entity with a CI in the CMDB. Change the CI's class in the CMDB. Review the Entity and see that the DocID field called "Applies to CMDB Record" is now blank.CauseThe document ID field requires a table and SysID of the record (table + ci sys_id). So, after changing the CI class in the CMDB, we also need to set the “Table” field on the Entity with the destination CMDB table/class name to re-establish the link/document ID.