- 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:43 AM
Yes I had ACL for delete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:47 AM
Do you have that role which is mentioned in ACL. If yes then you will be able to delete otherwise not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:52 AM
Yes I tried as admin.
I deleted the table following this Delete Custom table created in installed Scoped System Application mentioned by @Ankur Bawiskar
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:54 AM
Hi,
If this has resolved kindly mark appropriate response as correct and close the thread.
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2020 12:21 AM
Hi SivaJeneeswari
There is a check box called 'Isolate Script' on Ui action table, we need to mark it false in order to use the window object, london onwards.
refer the following thread
Best practice:
Deleting all records before deleting the table ensures that the business logic is properly executed (for example, reference cascade rules or other delete business rules). If you do not delete all records from the table first, then you must manually fix any other records or tables that are impacted by the table deletion.
If it help mark helpful or correct
Thanks and regards
Anil
