<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question delete column on custom table? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881459#M538385</link>
    <description>&lt;P&gt;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'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-03-01 at 3.26.06 PM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55598iDF9AF8E0007EC105/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2016-03-01 at 3.26.06 PM.png" alt="Screen Shot 2016-03-01 at 3.26.06 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to delete it rather than simply marking as inactive and ignoring it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried mucking with the live JS in developer console to enable the 'X' button, but the delete operation didn't actually work.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2016 23:30:39 GMT</pubDate>
    <dc:creator>patk1000</dc:creator>
    <dc:date>2016-03-01T23:30:39Z</dc:date>
    <item>
      <title>delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881459#M538385</link>
      <description>&lt;P&gt;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'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-03-01 at 3.26.06 PM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55598iDF9AF8E0007EC105/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2016-03-01 at 3.26.06 PM.png" alt="Screen Shot 2016-03-01 at 3.26.06 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to delete it rather than simply marking as inactive and ignoring it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried mucking with the live JS in developer console to enable the 'X' button, but the delete operation didn't actually work.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 23:30:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881459#M538385</guid>
      <dc:creator>patk1000</dc:creator>
      <dc:date>2016-03-01T23:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881460#M538386</link>
      <description>&lt;P&gt;Hi Pat,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You mean "&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;user_global_snat'" is a OOTB field?&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2016 00:47:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881460#M538386</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2016-03-02T00:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881461#M538387</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2016 01:37:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881461#M538387</guid>
      <dc:creator>patk1000</dc:creator>
      <dc:date>2016-03-02T01:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881462#M538388</link>
      <description>&lt;P&gt;There should be "Delete column" button on the header if you go to the dictionary of the field.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;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.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2016 01:42:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881462#M538388</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2016-03-02T01:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881463#M538389</link>
      <description>&lt;P&gt;No luck. No option to delete in drop down, and nothing in the header. Yep, I'm in the right scope. I love magic.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-03-03 at 9.58.27 AM.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55595i8AF3D7B16D6D3F8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2016-03-03 at 9.58.27 AM.png" alt="Screen Shot 2016-03-03 at 9.58.27 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2016 17:59:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881463#M538389</guid>
      <dc:creator>patk1000</dc:creator>
      <dc:date>2016-03-03T17:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881464#M538390</link>
      <description>&lt;P&gt;Hey Pat,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you to delete the table then you have to click on the collection record.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In case of column you have to click on each individual record to delete it.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2016 18:13:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881464#M538390</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2016-03-03T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881465#M538391</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I meet the same issue with Pat: i cant have the option to delete customized column in the table i create.(i am in the right scope)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I dont understand &amp;nbsp; your last reply, can you explain again if have a solution for this issue?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Chi Zhang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 17:03:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881465#M538391</guid>
      <dc:creator>chizhang</dc:creator>
      <dc:date>2016-06-28T17:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881466#M538392</link>
      <description>&lt;P&gt;hello, pat,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have the same problem with you, did you finally find a solution for this bug?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Chi Zhang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 17:04:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881466#M538392</guid>
      <dc:creator>chizhang</dc:creator>
      <dc:date>2016-06-28T17:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881467#M538393</link>
      <description>&lt;P&gt;Hi Chi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Can you share screenshot of the column you are trying to delete. So if you go to the dictionary of the customized column you should see "Delete column" button on header of the screen.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 17:38:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881467#M538393</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2016-06-28T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881468#M538394</link>
      <description>&lt;P&gt;i have tried many methods but not work:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ss.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55592iC85E14FC6E405343/image-size/large?v=v2&amp;amp;px=999" role="button" title="ss.png" alt="ss.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;the option to delete is grey even when i have selected one :&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s2.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55596i27C660D8D4758DED/image-size/large?v=v2&amp;amp;px=999" role="button" title="s2.png" alt="s2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;no option to delete in the header dictionary entry of the column:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s3.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55594i8B8D3FCF53EEDB3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="s3.png" alt="s3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;i am sure i am in correct scope.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:29:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881468#M538394</guid>
      <dc:creator>chizhang</dc:creator>
      <dc:date>2016-06-28T18:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881469#M538395</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Do you have any solution about this?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Chi Zhang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:01:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881469#M538395</guid>
      <dc:creator>chizhang</dc:creator>
      <dc:date>2016-06-28T20:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881470#M538396</link>
      <description>&lt;P&gt;Hi Chi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks for the screenshots. I am assuming assigned_to field is from one of the extended table i.e Task in this case.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can delete the custom columns. Can you please create a custom field for testing purpose and check the behavior once.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 21:56:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881470#M538396</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2016-06-28T21:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881471#M538397</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s4.PNG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55600i91FD7CD193E10805/image-size/large?v=v2&amp;amp;px=999" role="button" title="s4.PNG" alt="s4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="s5.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55601iE91ED1A050584055/image-size/large?v=v2&amp;amp;px=999" role="button" title="s5.png" alt="s5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I create this "test" field, but still have no option to delete&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Chi Zhang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 22:06:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881471#M538397</guid>
      <dc:creator>chizhang</dc:creator>
      <dc:date>2016-06-28T22:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881472#M538398</link>
      <description>&lt;P&gt;Hi Chi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;That's weird. That is not the expected behavior. Seems like bug to me.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2016 22:28:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881472#M538398</guid>
      <dc:creator>Pradeep Sharma</dc:creator>
      <dc:date>2016-06-28T22:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881473#M538399</link>
      <description>&lt;P&gt;Same issue here...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I created a custom column as part of a custom (but extended table) and now can not delete the newly created custom column.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="cry" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_emote jive_macro" data-renderedposition="71_8_16_16" src="https://www.servicenow.com/8.0.1.35b65d4/images/emoticons/cry.png"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2016 13:29:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881473#M538399</guid>
      <dc:creator>davidb2000</dc:creator>
      <dc:date>2016-07-20T13:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881474#M538400</link>
      <description>&lt;P&gt;Hello, David&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I finally find it has something to do with the table id, &amp;nbsp; 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.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;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.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can try this way. Good luck&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Chi Zhang&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2016 21:55:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881474#M538400</guid>
      <dc:creator>chizhang</dc:creator>
      <dc:date>2016-07-20T21:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881475#M538401</link>
      <description>&lt;P&gt;Same issue here.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Created a column on a table that extends Service Order (sm_order) in a scoped application. &amp;nbsp; Unable to delete.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.JPG"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/55603iED6CF1EDF116E6C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2016 06:15:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881475#M538401</guid>
      <dc:creator>clinton_hart</dc:creator>
      <dc:date>2016-09-16T06:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: delete column on custom table?</title>
      <link>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881476#M538402</link>
      <description>&lt;P&gt;Please see my post from &lt;SPAN style="color: #455464; font-family: SourceSansPro, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;&lt;A title="k-thread-small" class="jive-link-thread-small" data-containerid="2009" data-containertype="14" data-objectid="239427" data-objecttype="1" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=bf550baddbd8dbc01dcaf3231f96196f"&gt;https://community.servicenow.com/thread/239427&lt;/A&gt;&lt;SPAN&gt;. I work with the support team that supports the scoped app functionality. The information provided may be useful for what you are seeing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 08 Oct 2016 16:48:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/delete-column-on-custom-table/m-p/1881476#M538402</guid>
      <dc:creator>chris_lo</dc:creator>
      <dc:date>2016-10-08T16:48:17Z</dc:date>
    </item>
  </channel>
</rss>

