delete column on custom table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2016 03:30 PM
I discovered a "feature" of ServiceNow where I am unable to delete a column ON A CUSTOM TABLE that is not prefixed with 'u_'. For example, there is no button to delete a table named 'user_global_snat'.
I need to delete it rather than simply marking as inactive and ignoring it.
I tried mucking with the live JS in developer console to enable the 'X' button, but the delete operation didn't actually work.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 02:55 PM
Hello, David
I finally find it has something to do with the table id, my application was created based on template, when i create the table, the table id is not generated correctly with the application scope name as prefix, then made the costume table as a system table, resulting me unable to delete.
I tried to create my application from Scratch, and check if the table id generate with correct scope prefix, and then it works for me.
You can try this way. Good luck
Best,
Chi Zhang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2016 11:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2016 09:48 AM
Please see my post from https://community.servicenow.com/thread/239427. I work with the support team that supports the scoped app functionality. The information provided may be useful for what you are seeing.