How to delete records definetly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
After Deleting pm_project table records, data is deleted but record remains. I notice same behaviour in sys_user table.
- Labels:
-
Service Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @Jojuloma,
can you please be more specific?
What data exactly remain after deletion in [pm_project] or [sys_user] tables?
Do you mean references or anything else? Reference would be for example a Location on User record. If you have a User from Portugal and you delete this user, the record for Portugal will still exist. But if you do it as opposite, User with Location in Portugal, you delete the record for Portugal, User will remain just the Location will be emptied.....
So please describe better what happened to understand your question
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I deleted PRJ012345 record from pm_project table then the records remained in the table PRJ012345 but without any data. Basically the delete action just deleted the records fields data but not the "PRJ" record itself. I hope it clarifies. Thank you.