Knowledge management clean-up issue
- When archiving an engagement/project, what happens with the Knowledge Assets associated with that engagement / project?
- If a resource has a Knowledge Item attached to their profile (i.e. resume), what happens with the knowledge asset when the resource is terminated?
- How do we HARD delete a Knowledge Asset? (Is the KMAttachment.Deleted field still being used as a soft delete?)
- What’s Changepoint recommendation to avoid overloading the DB with big files?
- Does the Attachments table get archived?
- It gets moved to the archived instance
- The knowledge item would stay there even though the resource is terminated.
- The only way to hard delete an item would be doing it via the database. There is no UI to hard-delete anything.
- Archiving would take care of some of it (not resource-related KMs), and some customers have custom utilities that they run to physically delete files. Or in some cases, they just point the knowledge item to a location such as a shared drive, Sharepoint or ftp site, versus physically saving the item in the database.
- Yes, it will be archived along with engagement/project