- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:13 AM
Hi,
I have created a new table by extending the Task table. But now I need to delete that table as I don't want want table table to use. I am not able to delete that table as I'm not getting the delete UI action to delete the table. Can anyone suggest?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:20 AM
Did you create that table in custom scope application or some existing system application such as HR Scope?
Please share some images
a) If you have created this custom table in Installed Scoped System Application then you cannot delete it from UI. Refer below link on how to do it.
Delete Custom table created in installed Scoped System Application
b) If you have created this custom table in custom scope application then you should be able to delete that as an admin
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:20 AM
Did you create that table in custom scope application or some existing system application such as HR Scope?
Please share some images
a) If you have created this custom table in Installed Scoped System Application then you cannot delete it from UI. Refer below link on how to do it.
Delete Custom table created in installed Scoped System Application
b) If you have created this custom table in custom scope application then you should be able to delete that as an admin
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:41 AM
Hey, Thanks.
It was in Field Service Scope. Now I could delete it.
 
					
				
		
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:21 AM
Hi,
Navigate to sys_db_object_list.do and delete form there.
OR
Check the delete ACL, which role is having access to delete.
If you do not have mentioned role in ACL then you will not be able to delete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:24 AM
Also check you have admin role to delete the table.
