<?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: Validating RouteName for Create Route in ArcGIS Roads and Highways Questions</title>
    <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1335204#M360</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/462"&gt;@AmitHazra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought that was likely to be the case.&lt;/P&gt;&lt;P&gt;- Graeme&lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2023 22:24:51 GMT</pubDate>
    <dc:creator>GraemeBrowning_Aurizon</dc:creator>
    <dc:date>2023-10-04T22:24:51Z</dc:date>
    <item>
      <title>Validating RouteName for Create Route</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1333245#M356</link>
      <description>&lt;P&gt;Using ArcGIS Pro 3.1.3 with ArcGIS Enterprise 11.0 (soon to be upgraded to 11.1) the field for RouteName on the Create Route tool dialog allows me to type any text up to 255 characters.&lt;/P&gt;&lt;P&gt;We use the values in RouteName for a few Attribute Rules triggered when Create Route is run.&lt;/P&gt;&lt;P&gt;Is there any way to validate the text entered into RouteName prior to Create Route being run so that values which will break an Attribute Rule cannot reach it?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 05:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1333245#M356</guid>
      <dc:creator>GraemeBrowning_Aurizon</dc:creator>
      <dc:date>2023-09-28T05:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Validating RouteName for Create Route</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1333778#M357</link>
      <description>&lt;P&gt;Unfortunately, the underlying API calls to applyEdits does not occur until after you click Run. Therefore, you'll need to consider alternative methods to validate/construct your Route Name field.&lt;/P&gt;&lt;P data-unlink="true"&gt;amit@esri&amp;nbsp;&amp;nbsp;| Transportation LRS Team&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 15:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1333778#M357</guid>
      <dc:creator>AmitHazra</dc:creator>
      <dc:date>2023-09-29T15:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Validating RouteName for Create Route</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1333809#M358</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/596055"&gt;@GraemeBrowning_Aurizon&lt;/a&gt;&amp;nbsp;There are 2 primary use cases to Route creation and my notes on how I see this worked out.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Route bulk load: This may employ 'Append Route' tool or other data loading tools. A best practice is to prepare and QC the source data (typically in a file geodatabase where schema is exact match to the target enterprise GDB). I have helped users come up with QC routines and automation on the source fGDB prior to the load. This takes care of load fails, LRS errors and issues like your example.&lt;/LI&gt;&lt;LI&gt;Create Individual Route: This uses the Create Route tool and offers interactive wizard based steps. Although the tool is simple, I coach users to be prepared with all the relevant details to build the route. Entering key attributes like Route Names, Measures should be a well thought out process. This is mostly handled through end-user training and awareness. QC routines developed for method #1 may also be used as guardrails; user can create the route in fGDB, validate and then re-create the route.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 29 Sep 2023 16:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1333809#M358</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2023-09-29T16:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Validating RouteName for Create Route</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1335198#M359</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/512"&gt;@AyanPalit&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Your Route Bulk Load sounds similar to the code I developed for our initial data load via a file geodatabase, and I've adapted that to perform subsequent bulk data loads.&lt;/P&gt;&lt;P&gt;Your Create Individual Route sounds like what I need for the current use case.&amp;nbsp; If you had any code for that which could be shared it would be useful but, in the absence of that, I think the advice "&lt;SPAN&gt;to be prepared with all the relevant details to build the route" and having a route editor "create the route in fGDB, validate and then re-create the route" using a tiny "bulk" load might be the way for me to go.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- Graeme&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 22:15:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1335198#M359</guid>
      <dc:creator>GraemeBrowning_Aurizon</dc:creator>
      <dc:date>2023-10-04T22:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Validating RouteName for Create Route</title>
      <link>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1335204#M360</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/462"&gt;@AmitHazra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought that was likely to be the case.&lt;/P&gt;&lt;P&gt;- Graeme&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 22:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-roads-and-highways-questions/validating-routename-for-create-route/m-p/1335204#M360</guid>
      <dc:creator>GraemeBrowning_Aurizon</dc:creator>
      <dc:date>2023-10-04T22:24:51Z</dc:date>
    </item>
  </channel>
</rss>

