<?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: Edit Log table and dActivityType domain in Roads and Highways User Group (RHUG) Questions</title>
    <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/1147681#M617</link>
    <description>&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;Noted and thank you for your response!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 19:19:42 GMT</pubDate>
    <dc:creator>Ed_Conrad</dc:creator>
    <dc:date>2022-02-24T19:19:42Z</dc:date>
    <item>
      <title>Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813954#M226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Hello Roads &amp;amp; Highways User and Developer&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;We are the GIS Team of the Department of Transportation in Canton Aargau, Switzerland. We are currently implementing our road axes into R&amp;amp;H. During this process we came across a number of questions such as&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What exactly is the purpose of the Edit Log table, what does its content mean?&lt;/LI&gt;&lt;LI style="color: #000000; font-size: 11pt;"&gt;dActivityType domain contains codes up to 7, but we also found codes 9, 12 and 13. What do they mean? Why are they not listed&amp;nbsp;in the domain table?&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Does anyone have an explanation?&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;We are looking forward to your answers and appreciate your help.&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 0pt;"&gt;Regards from Switzerland &lt;BR /&gt;Maja &amp;amp; GIS Team DOT Aargau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 08:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813954#M226</guid>
      <dc:creator>MajaMesserli</dc:creator>
      <dc:date>2019-01-08T08:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813955#M227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Edit log table contains records with the XML details (EDITDATA field)&amp;nbsp;around edits as they occur within the database. These build the sequence of events that the system can play out and contain details about which user, made what changes and when. It's been beneficial for us at times when trying to evaluate workflows and potential troubleshooting but isn't overly easy to exploit as an audit log. It's a system table that is generally advised as a don't touch but if someone put in some good coding work I am sure it could be exploited for validations, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example of the XML details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;RouteEditModel xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" SchemaVersion="2"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;RouteEditActivity xsi:type="RetireRouteInfo" LrsId="3ae0f120-7e23-47f2-b70d-3616cee756b4" NetworkId="1" RouteId="TCLETR00914**C" OperationTime="2018-07-03T00:00:00" FirstM="-0" LastM="0.22" IsPerformDownstreamCalibration="true" DoNotApplyEventBehaviors="false" IsUseWholeRoute="false"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;OverlappedPortions /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;RetiredPortion OldFromMeasure="0.165" OldToMeasure="0.22" NewFromMeasure="NaN" NewToMeasure="NaN" /&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/RouteEditActivity&amp;gt;&lt;BR /&gt;&amp;lt;/RouteEditModel&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACTIVITYTYPE field within this Edit log table contains values which align with the dActivityType domain. I can't speak to your 12 &amp;amp; 13 values. I can say in our system a 9 = Retire Route. You say yours ends at a 7 so for us an 8 = Reassign Route, 10 = Reverse Route and 11 = Shorten Route. This one&amp;nbsp;piece I can say I've not yet fully figured out.&amp;nbsp;I can say, reviewing REST services of a different agencies R&amp;amp;H data who is at 10.5.1 (which is the same version as us) shows they only have 7 as well (details below)&amp;nbsp;and these don't align with what our values are. My only hunch could be that we began using R&amp;amp;H at version 10.2.2 and did fairly quick upgrades to 10.3.1.&amp;nbsp;We sat there&amp;nbsp;for a couple years and then jumped to 10.5.1 but I can't say whether or not our values differ because they have carried through from earlier versions or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain:&lt;BR /&gt;type: codedValue&lt;BR /&gt;name: dActivityType&lt;BR /&gt;codedValues: (7)&lt;BR /&gt;name: Create Route&lt;BR /&gt;code: 1&lt;BR /&gt;name: Calibrate Route&lt;BR /&gt;code: 2&lt;BR /&gt;name: Reverse Route&lt;BR /&gt;code: 3&lt;BR /&gt;name: Retire Route&lt;BR /&gt;code: 4&lt;BR /&gt;name: Extend Route&lt;BR /&gt;code: 5&lt;BR /&gt;name: Reassign Route&lt;BR /&gt;code: 6&lt;BR /&gt;name: Realign Route&lt;BR /&gt;code: 7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 11:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813955#M227</guid>
      <dc:creator>ScottFierro2</dc:creator>
      <dc:date>2019-01-08T11:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813956#M228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Scott. I could be misremembering but I think it was Will Isley who said the edit log wasn't really meant for human consumption/eyeballs but just for R&amp;amp;H.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for "&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Why are they not listed&amp;nbsp;in the domain table?",&amp;nbsp;you should&amp;nbsp;ask esri at the RHUG call tomorrow January 9th.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For North Carolina we have the following:&lt;/P&gt;&lt;TABLE width="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;STRONG&gt;Edit Type #&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-left: none; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;&lt;STRONG&gt;Edit Type Description&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Create Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Calibrate Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Reverse Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Retire Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Extend Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Reassign Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Realign Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;12&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Cartographic Realignment&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid #BFBFBF 1.0pt; border-top: none; padding: 0in 5.4pt 0in 5.4pt;" width="96"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;13&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #BFBFBF 1.0pt; border-right: solid #BFBFBF 1.0pt; padding: 0in 5.4pt 0in 5.4pt;" width="192"&gt;&lt;P style="text-indent: 11.0pt;"&gt;&lt;SPAN style="color: black;"&gt;Load Route&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 13:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813956#M228</guid>
      <dc:creator>RyanKoschatzky</dc:creator>
      <dc:date>2019-01-08T13:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813957#M229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll echo what Ryan mentioned about the edit log.&amp;nbsp; It's not designed to be consumed by users as they do their work within Roads and Highways and should never be edited manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2019 15:58:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813957#M229</guid>
      <dc:creator>NathanEasley</dc:creator>
      <dc:date>2019-01-08T15:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813958#M230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the fast replies and the tips, that's very appreciated. &lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 17:03:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813958#M230</guid>
      <dc:creator>MajaMesserli</dc:creator>
      <dc:date>2019-01-09T17:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813959#M231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the suggestion. Unfortunately we are not able to participate, but we are interested to know what was discussed. &lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 17:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813959#M231</guid>
      <dc:creator>MajaMesserli</dc:creator>
      <dc:date>2019-01-09T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813960#M232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The meeting is open to all, understand if you have issues on that side. You can use this board or email Erin Lesh at&amp;nbsp;&lt;A href="mailto:ealesh@ncdot.gov"&gt;ealesh@ncdot.gov&lt;/A&gt;&amp;nbsp;or Patrick Whiteford at &lt;A href="mailto:PWhiteford@azdot.gov"&gt;PWhiteford@azdot.gov&lt;/A&gt;&amp;nbsp;to help voice any issues or provide information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recordings and meeting notes can be found here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.esri.com/groups/roads-and-highways-user-group-rhug/content?filterID=contentstatus%5Bpublished%5D~category%5Bpast-meetings%5D" title="https://community.esri.com/groups/roads-and-highways-user-group-rhug/content?filterID=contentstatus%5Bpublished%5D~category%5Bpast-meetings%5D"&gt;Roads and Highways User Group (RHUG)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You and your team can sign up for the mailing list here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://google.us17.list-manage.com/subscribe?u=236bcfd2ec7b3f102f5ab5616&amp;amp;id=d924ff18ae" title="https://google.us17.list-manage.com/subscribe?u=236bcfd2ec7b3f102f5ab5616&amp;amp;id=d924ff18ae"&gt;Roads and Highways User Group List&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 17:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/813960#M232</guid>
      <dc:creator>RyanKoschatzky</dc:creator>
      <dc:date>2019-01-09T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/1147634#M615</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/210930"&gt;@NathanEasley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very late to this thread, but found it very helpful for demystifying what the activity codes meant.&amp;nbsp; I understood you on your point that the&amp;nbsp; Edit_log_table should never be edited manually.&amp;nbsp; However, is it okay to create a coded-value domain and apply it to the ActivityType column documenting&amp;nbsp; the 13 Activity Codes as shown by &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/331658"&gt;@RyanKoschatzky&lt;/a&gt;?&amp;nbsp;&amp;nbsp; Is there any risk to doing so?&amp;nbsp; (e.g., possibility of future activity type codes in the future?).&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 18:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/1147634#M615</guid>
      <dc:creator>Ed_Conrad</dc:creator>
      <dc:date>2022-02-24T18:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/1147665#M616</link>
      <description>&lt;P&gt;Hi Ed,&lt;/P&gt;&lt;P&gt;As I mentioned in the first comment, users shouldn't be doing any editing to the edit log table (including modeling additional fields or adding coded value domains to the fields in the table).&lt;/P&gt;&lt;P&gt;Nathan&lt;BR /&gt;ArcGIS Roads and Highways team&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 18:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/1147665#M616</guid>
      <dc:creator>NathanEasley</dc:creator>
      <dc:date>2022-02-24T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Log table and dActivityType domain</title>
      <link>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/1147681#M617</link>
      <description>&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;Noted and thank you for your response!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 19:19:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/roads-and-highways-user-group-rhug-questions/edit-log-table-and-dactivitytype-domain/m-p/1147681#M617</guid>
      <dc:creator>Ed_Conrad</dc:creator>
      <dc:date>2022-02-24T19:19:42Z</dc:date>
    </item>
  </channel>
</rss>

