delete column on custom table?

patk1000
Giga Contributor

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'.

Screen Shot 2016-03-01 at 3.26.06 PM.png

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.

17 REPLIES 17

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Pat,



You mean "user_global_snat'" is a OOTB field?



It is not. The "user_global_snat" column was created by myself on a table I created. Thats where a bit of the frustration is.


There should be "Delete column" button on the header if you go to the dictionary of the field.


Please make sure you are in the right scope. "Delete column" button will not be visible if you are trying to delete it from other scope.


No luck. No option to delete in drop down, and nothing in the header. Yep, I'm in the right scope. I love magic.



Screen Shot 2016-03-03 at 9.58.27 AM.png