<?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 Re: Rename the File Name of a document in Windchill</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305596#M35936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have decided, at least up to this point, not to do that.&amp;nbsp; I started another response but then it got me thinking.&amp;nbsp; I never tried it.&amp;nbsp; So on my test server I did.&amp;nbsp; I tried it on a CAD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was really interesting is this CAD file has revision A through H.&amp;nbsp; Each revision has several iterations.&amp;nbsp; I went to the detail page of version F.12 and used that command and it deleted iterations 1 though 11 on revision F only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never really noticed that command in the Actions menu before.&amp;nbsp; Either that or I just thought it worked differently than it does now.&amp;nbsp; I might have thought it deleted all non-latest iterations of all revisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Keir.&amp;nbsp; That just might be the answer depending on the situation.&amp;nbsp; But I would still like PDMLink to allow renaming the File Name of documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 15:10:57 GMT</pubDate>
    <dc:creator>STEVEG</dc:creator>
    <dc:date>2015-10-21T15:10:57Z</dc:date>
    <item>
      <title>Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305590#M35930</link>
      <description>Can you rename the File Name of a document in PDMLink like you can for CAD files?&amp;nbsp; Not through accessing the database.&amp;nbsp; I want it through the UI of PDMLink.</description>
      <pubDate>Wed, 02 May 2018 12:11:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305590#M35930</guid>
      <dc:creator>STEVEG</dc:creator>
      <dc:date>2018-05-02T12:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305591#M35931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not download the file, rename it locally and replace content?&amp;nbsp; Is it a permissions thing?&amp;nbsp; How many need to be renamed?&amp;nbsp; Are you trying to avoid iterations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In theory, a custom action could be created to do the above (since the filename property does not seem to have a set Method) and add to the UI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 23:51:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305591#M35931</guid>
      <dc:creator>kpritchard</dc:creator>
      <dc:date>2015-10-14T23:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305592#M35932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the history of the File Name is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are not that many and so far we have resorted to exporting the file, deleting it from PDMLink, then the user re-imports it as the correct File Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want results from a search to show a file when the File Name was once what they entered to be searched for.&amp;nbsp; If that makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 13:52:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305592#M35932</guid>
      <dc:creator>STEVEG</dc:creator>
      <dc:date>2015-10-16T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305593#M35933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean the "Name" of the WTDocument Object or the filename?&amp;nbsp; I was assuming filename...&amp;nbsp; Or are you deleting to get rid of the "fingerprints" of the erroneous filename in older WTDocuments?&amp;nbsp; Purge and/or Delete non-latest iterations should be able to take care of that and save you deleting and recreating the WTDocument.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... In other news, I was able to set the filename of a secondary content (attachment) as part of doing an automated upload of an attachment, so I would expect that developing a small utility to find and adjust the filename would be doable... just not sure of the results so test, test test.&amp;nbsp; The use case I was working on was to capture the text in the "Proposed Solution" Attribute of a Change Request and upload as an attachment to capture the initial value so the attribute could evolve as the Change Request progresses. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 16:38:08 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305593#M35933</guid>
      <dc:creator>kpritchard</dc:creator>
      <dc:date>2015-10-19T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305594#M35934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am talking about the "File Name".&amp;nbsp; I.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The history of the document will look like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;File Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version&lt;/P&gt;&lt;P&gt;123456.docx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.1&lt;/P&gt;&lt;P&gt;789123.docx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Name" and "Number" fields can be changed but you can't use the Rename command in PDMLink.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:47:07 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305594#M35934</guid>
      <dc:creator>STEVEG</dc:creator>
      <dc:date>2015-10-21T14:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305595#M35935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So for a limited number of Documents why not Delete non-latest Iterations to get rid of your A.1?&amp;nbsp; This would get rid of the "fingerprints" of the bad file name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:53:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305595#M35935</guid>
      <dc:creator>kpritchard</dc:creator>
      <dc:date>2015-10-21T14:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305596#M35936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have decided, at least up to this point, not to do that.&amp;nbsp; I started another response but then it got me thinking.&amp;nbsp; I never tried it.&amp;nbsp; So on my test server I did.&amp;nbsp; I tried it on a CAD file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was really interesting is this CAD file has revision A through H.&amp;nbsp; Each revision has several iterations.&amp;nbsp; I went to the detail page of version F.12 and used that command and it deleted iterations 1 though 11 on revision F only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never really noticed that command in the Actions menu before.&amp;nbsp; Either that or I just thought it worked differently than it does now.&amp;nbsp; I might have thought it deleted all non-latest iterations of all revisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Keir.&amp;nbsp; That just might be the answer depending on the situation.&amp;nbsp; But I would still like PDMLink to allow renaming the File Name of documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 15:10:57 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305596#M35936</guid>
      <dc:creator>STEVEG</dc:creator>
      <dc:date>2015-10-21T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305597#M35937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's interested to take a step back and consider this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, a business doesn't care if a Document is CAD or non-CAD but Windchill has to - and has to force users to work in very different ways for CAD Docs vs. WT Docs.&amp;nbsp; Why?&amp;nbsp; Fundamentally because the CAD files "know" what other filenames they are dependent on - but non-CAD doc's don't have this relationship (except in the case of OLE object relationships in MS Word, Excel, etc. but these are not accommodated by Windchill). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;he CAD file relationships are created by the CAD tool (e.g. a DRW references a PRT; an ASM references a PRT).&amp;nbsp; Windchill needs to essentially duplicate these relationships as the links between CAD Documents, adding more functionality such as As-Stored and Occurrences, links to viewables, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one changes a CAD filename without telling Windchill about it by changing the CAD Doc Number, then the CAD relationship will fail.&amp;nbsp; One can easily see this by using File, Backup from CAD and then changing filenames on disk directly (outside Windchill).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For WTDoc's that are Renamed / renumbered, it seems to make sense that the files remains in place for each History version; can't be accommodated for CAD though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 15:26:52 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/305597#M35937</guid>
      <dc:creator>MikeLockwood</dc:creator>
      <dc:date>2015-10-21T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Rename the File Name of a document</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/490020#M52565</link>
      <description>&lt;P&gt;Was a Product Idea ever submitted for this topic? I could not find one, but it should be there.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 14:36:51 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Rename-the-File-Name-of-a-document/m-p/490020#M52565</guid>
      <dc:creator>ScottMorris</dc:creator>
      <dc:date>2017-11-07T14:36:51Z</dc:date>
    </item>
  </channel>
</rss>

