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
‎06-28-2016 02:56 PM
Hi Chi,
Thanks for the screenshots. I am assuming assigned_to field is from one of the extended table i.e Task in this case.
You can delete the custom columns. Can you please create a custom field for testing purpose and check the behavior once.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2016 03:06 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2016 03:28 PM
Hi Chi,
That's weird. That is not the expected behavior. Seems like bug to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2016 10:04 AM
hello, pat,
I have the same problem with you, did you finally find a solution for this bug?
Thanks,
Chi Zhang

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2016 06:29 AM
Same issue here...
I created a custom column as part of a custom (but extended table) and now can not delete the newly created custom column.