<?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>topic Resetting table views to ootb in Windchill</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368248#M43213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;some of the changes (column order or hiding)  are stored in the browsers local storage ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try in javascript console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for(var x in localStorage)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;  if(! confirm(x+"="+localStorage[x]))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;   break;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 14:23:01 GMT</pubDate>
    <dc:creator>mkraegeloh</dc:creator>
    <dc:date>2013-08-28T14:23:01Z</dc:date>
    <item>
      <title>Resetting table views to ootb</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368242#M43207</link>
      <description>Anyone have a method to reset a table view to ootb settings?Or import export?Specially the ALL in the affected objects?I attempted to remove the disposition columns, and the comments column goes too, and is not selectable to add back in.-VaughnSent from my mobile.</description>
      <pubDate>Wed, 02 May 2018 14:25:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368242#M43207</guid>
      <dc:creator>vmcdaniel</dc:creator>
      <dc:date>2018-05-02T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Resetting table views to ootb</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368243#M43208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe tech support has this method. Check with them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 17:35:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368243#M43208</guid>
      <dc:creator>avillanueva</dc:creator>
      <dc:date>2013-08-27T17:35:35Z</dc:date>
    </item>
    <item>
      <title>Resetting table views to ootb</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368244#M43209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The customization guide shows some rather dangerous SQL to do this however if you know the table id this is better&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE FROM TableViewDescriptor WHERE TABLEID='xxxxx';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE FROM ActiveViewLink WHERE TABLEID='xxxxx';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;commit;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One easy way to find it is to create a new view in the UI, then check these tables and sort by the last updated column. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my DB using DB Visualizer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-----Mensaje original----- &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 19:05:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368244#M43209</guid>
      <dc:creator>SimonHeath</dc:creator>
      <dc:date>2013-08-27T19:05:35Z</dc:date>
    </item>
    <item>
      <title>RE: Resetting table views to ootb</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368245#M43210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deleting Table View from DB (2 sql's u mentioned)does not harm ur system. Ill be restored after Windchill Restart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 11:40:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368245#M43210</guid>
      <dc:creator>Sriram_Rammohan</dc:creator>
      <dc:date>2013-08-28T11:40:40Z</dc:date>
    </item>
    <item>
      <title>Resetting table views to ootb</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368246#M43211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;True, but any custom table views will be lost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 11:42:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368246#M43211</guid>
      <dc:creator>MikeIbosh</dc:creator>
      <dc:date>2013-08-28T11:42:30Z</dc:date>
    </item>
    <item>
      <title>Resetting table views to ootb</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368247#M43212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I requested long ago to make custom derived views these exportable and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;importable - fell on deaf ears and blind eyes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 13:57:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368247#M43212</guid>
      <dc:creator>ddemay</dc:creator>
      <dc:date>2013-08-28T13:57:35Z</dc:date>
    </item>
    <item>
      <title>Resetting table views to ootb</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368248#M43213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;some of the changes (column order or hiding)  are stored in the browsers local storage ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;try in javascript console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for(var x in localStorage)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;  if(! confirm(x+"="+localStorage[x]))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;   break;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 14:23:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Resetting-table-views-to-ootb/m-p/368248#M43213</guid>
      <dc:creator>mkraegeloh</dc:creator>
      <dc:date>2013-08-28T14:23:01Z</dc:date>
    </item>
  </channel>
</rss>

