<?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: How to update last_edited_date field with values from existing date field? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-update-last-edited-date-field-with-values/m-p/535662#M30329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are not able to edit the fields that are part of editor tracking. If you enable tracking and use the fields you previously maintained, the values should not be replaced. If you are uncertain, feel free to make a copy of your data and test first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, at 10.1 you are able to change field names through stand-alone ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melanie S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 13:40:42 GMT</pubDate>
    <dc:creator>MelanieSummers</dc:creator>
    <dc:date>2013-04-11T13:40:42Z</dc:date>
    <item>
      <title>How to update last_edited_date field with values from existing date field?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-update-last-edited-date-field-with-values/m-p/535661#M30328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yesterday I enabled Editor Tracking on a feature class for which we had always been manually tracking edits. The fc had three fields for this purpose: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DATE_ADDED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT_DATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT_CMT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With Editor Tracking enabled, the new fields created_date and last_edited_date are added, but start out empty, so I need to calculate their values to match the existing values in DATE_ADDED and EDIT_DATE, so I can then delete those fields. How can I do this? I prefer the names of the new fields over the existing ones, so I can't just use the existing fields in the Editor Tracking setup. I also fear if in doing so, that I might lose existing values in those fields. Is there any way to achieve these goals?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 12:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-update-last-edited-date-field-with-values/m-p/535661#M30328</guid>
      <dc:creator>deleted-user-zpcJw1u0IXiO</dc:creator>
      <dc:date>2013-04-11T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to update last_edited_date field with values from existing date field?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-update-last-edited-date-field-with-values/m-p/535662#M30329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Justin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are not able to edit the fields that are part of editor tracking. If you enable tracking and use the fields you previously maintained, the values should not be replaced. If you are uncertain, feel free to make a copy of your data and test first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, at 10.1 you are able to change field names through stand-alone ArcCatalog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melanie S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-update-last-edited-date-field-with-values/m-p/535662#M30329</guid>
      <dc:creator>MelanieSummers</dc:creator>
      <dc:date>2013-04-11T13:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to update last_edited_date field with values from existing date field?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-update-last-edited-date-field-with-values/m-p/535663#M30330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Melanie. Yes, the reason for my post is precisely because of inability to edit editor tracking fields, hoping to learn of a back-end way to do it. Another idea I had after posting was instead to disable editor tracking, add a new field named as I want, and then calculate its value from the existing date field, then assign it to be used when I re-enable editor tracking. Your suggestion of renaming in ArcCatalog seems much simpler, though, so I'll give that a try! Okay, I did, and realized that when disabling Editor Tracking, the fields are still there. So I calculated them using values from the old fields, then re-enabled and deleted the old fields. All set now:D. Thank you!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Justin,&lt;BR /&gt;&lt;BR /&gt;You are not able to edit the fields that are part of editor tracking. If you enable tracking and use the fields you previously maintained, the values should not be replaced. If you are uncertain, feel free to make a copy of your data and test first.&lt;BR /&gt;&lt;BR /&gt;Also, at 10.1 you are able to change field names through stand-alone ArcCatalog.&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Melanie S.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 15:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-update-last-edited-date-field-with-values/m-p/535663#M30330</guid>
      <dc:creator>deleted-user-zpcJw1u0IXiO</dc:creator>
      <dc:date>2013-04-11T15:01:52Z</dc:date>
    </item>
  </channel>
</rss>

