<?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 Support for alternate URL parameters? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169137#M5392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently, I am using the natively supported URL Parameter with the following syntax to zoom to the centroid of a polygonal feature (tax parcel) using the most recent pre-compiled flex viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;...hostname/mapservice/index.html?center=-9489513.3906416,5214676.87622923&amp;amp;scale=500&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is well and good but it requires me to regularly update the link tables when the feature geometry changes.&amp;nbsp; I'd rather use the Parcel ID to do so, example below, but cannot find support for this.&amp;nbsp; I know folks have been talking about this for a while but I was unsure if ESRI ever made this a native function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;...hostname/mapservice/index.html?PIN=1234-12-123-1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Apr 2013 18:13:00 GMT</pubDate>
    <dc:creator>JonathonMerrick</dc:creator>
    <dc:date>2013-04-17T18:13:00Z</dc:date>
    <item>
      <title>Support for alternate URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169137#M5392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently, I am using the natively supported URL Parameter with the following syntax to zoom to the centroid of a polygonal feature (tax parcel) using the most recent pre-compiled flex viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;...hostname/mapservice/index.html?center=-9489513.3906416,5214676.87622923&amp;amp;scale=500&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is well and good but it requires me to regularly update the link tables when the feature geometry changes.&amp;nbsp; I'd rather use the Parcel ID to do so, example below, but cannot find support for this.&amp;nbsp; I know folks have been talking about this for a while but I was unsure if ESRI ever made this a native function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;...hostname/mapservice/index.html?PIN=1234-12-123-1&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 18:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169137#M5392</guid>
      <dc:creator>JonathonMerrick</dc:creator>
      <dc:date>2013-04-17T18:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Support for alternate URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169138#M5393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jonathon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; In Flex Viewer 3.2 this is possible by using the url search parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...hostname/mapservice/index.html?search=1234-12-123-1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As long as you have configured the geocoder tag in the HeaderControllerWidget to use a mapservice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See doc here, and look for &amp;lt;mapservices&amp;gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Header_Controller_widget_tags/01m30000000n000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 18:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169138#M5393</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-04-17T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Support for alternate URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169139#M5394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for the guidance.&amp;nbsp; This worked like a charm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On another subject, I am having trouble getting your v3.2 identify widget to work correctly.&amp;nbsp; Where should I post those questions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 11:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169139#M5394</guid>
      <dc:creator>JonathonMerrick</dc:creator>
      <dc:date>2013-04-23T11:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Support for alternate URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169140#M5395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You should start a new thread and post your IndentifyWidget.xml file as an attachment to that thread (either zipped or as a txt file).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow these steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer3.0/Answer.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 11:54:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/support-for-alternate-url-parameters/m-p/169140#M5395</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-04-23T11:54:20Z</dc:date>
    </item>
  </channel>
</rss>

