Delete a custom table created by extending task table

SivaJeneeswari
Tera Expert

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?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@SivaJeneeswari 

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

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

9 REPLIES 9

Ankur Bawiskar
Tera Patron
Tera Patron

@SivaJeneeswari 

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

find_real_file.png

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hey, Thanks.

It was in Field Service Scope. Now I could delete it.

Dhananjay Pawar
Kilo Sage

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.