Error while deleting Project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 03:47 AM
(i am new to servicenow)
Unable to delete a project from pm_project table
getting following error.
"This Project is marked for deletion and will be deleted when the next schedule job is executed."
Note : I have no schedule jobs written

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 04:35 AM
Hello @ShivdasB
This means that there is a table cleaner job scheduled for deleting records for this table.
Regarding table cleanup, you can read it over here - https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/managing-data/...
- Navigate to the table cleanup module under instance scan
- You would see a column for the table, and search for pm_project table.
This is what is showing the message.
you can also check this documenation - https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/managing-data/task/s...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 04:53 AM
hello @SatyakiBose ,
I checked there is no record regarding pm_project

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 01:35 AM
Hello @ShivdasB
Please check if pm_project is an extended table.
In that case you need to check with parent table's name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 02:51 AM
@SatyakiBose I check
pm_project is an extended table, but there is no entry of parent table in sys_auto_flush_list.do