<?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: Identify 2.1.6 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275072#M8283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Robert did a great job enhancing these widgets but sometimes things do not work because we miss a point in implementing them. &lt;BR /&gt;&lt;BR /&gt;I also installed this widget, compiled and tried to use the Find tool but no results were returned. I get the message on the Widget Panel "Identify operation is not supported on this service", though Query and Find operations work fine.&lt;BR /&gt;&lt;BR /&gt;Following is the Layer blocks in my xml. Everything else is same as in the original xml.&lt;BR /&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Water Quality Sampling Locations&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;StationID,Project,Status,StreamName&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linkfield&amp;gt;&amp;lt;/linkfield&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;&amp;lt;/iconsuffix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/layer&amp;gt;&lt;BR /&gt;&lt;BR /&gt;nshaukat&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have figured it out myself. The value in the &amp;lt;name&amp;gt; tag is not the same as label value in the operational layer. It's the exact name of the feature class in the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nshaukat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 02:55:54 GMT</pubDate>
    <dc:creator>NadeemShaukat</dc:creator>
    <dc:date>2010-11-11T02:55:54Z</dc:date>
    <item>
      <title>Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275064#M8275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have added this identify widget to my map. I have added the widget to the widget container, compiled it and added my changes to the identifywidget.xml. My problem is when I use the widget and click something....it displays the result box with the layer it is pulling from and it also shows the field, however, there are no values?! Also, when the application first opens, the identify widget automatically open by default. Where do I change this to where it will not auto-launch the widget?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh C.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 16:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275064#M8275</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-26T16:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275065#M8276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is my xml for reference. Also, for the &amp;lt;fields&amp;gt;DO I USE THE NAME OF THE FIELD OR THE ALIAS?&amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Address&amp;lt;/name&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;FIRSTNAME,LASTNAME,ADDRESS,STREETNO,STREET,CITY,STATE,ZIP&amp;lt;/fields&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;linkfield&amp;gt;&amp;lt;/linkfield&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;&amp;lt;/iconsuffix&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275065#M8276</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2021-12-11T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275066#M8277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To fix the identify from loading up on the start of the application just delete the following text highlighted in red from the config.xml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;widget label="Identify" left="330" top="80" preload="open"&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;&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; icon="assets/images/i_info.png"
&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; config="widgets/Identify/IdentifyWidget.xml"
&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; url="widgets/Identify/IdentifyWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your second question on do you use Field names or Aliases for the identifyWidget.xml I use the Alias for the fields and it seems to work fine for me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275066#M8277</guid>
      <dc:creator>JasonNielsen</dc:creator>
      <dc:date>2021-12-12T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275067#M8278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use the aliases and it's also case sensitive.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 18:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275067#M8278</guid>
      <dc:creator>MarshallPlants</dc:creator>
      <dc:date>2010-10-26T18:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275068#M8279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can someone please elaborate on how to use the alias instead of the field names with the identify tool.&amp;nbsp; I have not been able to use the alias in the fields list of the identify tool with any success at this time.&amp;nbsp; For example when I place the field names of an sde feature class between the identify field tags the identify tool works but when I change the field names to the field aliases the tool does not work only the alias names appear in the identify window.&amp;nbsp; From this post I can read that some users have successfully used the alias so maybe one of them can add an example to this thread on how to use the field alias names with the identify tool.&amp;nbsp; Can someone please help?&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 11:47:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275068#M8279</guid>
      <dc:creator>DonaldWasson</dc:creator>
      <dc:date>2010-11-05T11:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275069#M8280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever figure this out, I am having the same issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Emily&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 13:32:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275069#M8280</guid>
      <dc:creator>EmilyLaMunyon</dc:creator>
      <dc:date>2010-11-05T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275070#M8281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Emily&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does work you just put the alias names between the field tags and use comas to separte them as the other users have reported.&amp;nbsp;&amp;nbsp; There is just one tricky part regarding alias names that I have seen in other situations within the ESRI core products.&amp;nbsp; You bascially have to refreshes your map document layers and maybe even refresh your map services if you create or modify your alias after you set up your widget which is what I had done.&amp;nbsp; Make sure you can see your alias names in your map document attribute table before you try use the alias names in your widget. Hope this information helps you and others out.&amp;nbsp; Thanks for posting your question on this thread..&amp;nbsp; Donald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Nov 2010 14:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275070#M8281</guid>
      <dc:creator>DonaldWasson</dc:creator>
      <dc:date>2010-11-05T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275071#M8282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have added this identify widget to my map. I have added the widget to the widget container, compiled it and added my changes to the identifywidget.xml. My problem is when I use the widget and click something....it displays the result box with the layer it is pulling from and it also shows the field, however, there are no values?! Also, when the application first opens, the identify widget automatically open by default. Where do I change this to where it will not auto-launch the widget?!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Josh C.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert did a great job enhancing these widgets but sometimes things do not work because we miss a point in implementing them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also installed this widget, compiled and tried to use the Find tool but no results were returned. I get the message on the Widget Panel "Identify operation is not supported on this service", though Query and Find operations work fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Following is the Layer blocks in my xml. Everything else is same as in the original xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Water Quality Sampling Locations&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;StationID,Project,Status,StreamName&amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linkfield&amp;gt;&amp;lt;/linkfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;&amp;lt;/iconsuffix&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/layer&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nshaukat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 02:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275071#M8282</guid>
      <dc:creator>NadeemShaukat</dc:creator>
      <dc:date>2010-11-11T02:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275072#M8283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Robert did a great job enhancing these widgets but sometimes things do not work because we miss a point in implementing them. &lt;BR /&gt;&lt;BR /&gt;I also installed this widget, compiled and tried to use the Find tool but no results were returned. I get the message on the Widget Panel "Identify operation is not supported on this service", though Query and Find operations work fine.&lt;BR /&gt;&lt;BR /&gt;Following is the Layer blocks in my xml. Everything else is same as in the original xml.&lt;BR /&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Water Quality Sampling Locations&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;fields&amp;gt;StationID,Project,Status,StreamName&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linkfield&amp;gt;&amp;lt;/linkfield&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linkprefix&amp;gt;&amp;lt;/linkprefix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;linksuffix&amp;gt;&amp;lt;/linksuffix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconfield&amp;gt;&amp;lt;/iconfield&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconprefix&amp;gt;&amp;lt;/iconprefix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;iconsuffix&amp;gt;&amp;lt;/iconsuffix&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;zoomscale&amp;gt;15000&amp;lt;/zoomscale&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;forcescale&amp;gt;true&amp;lt;/forcescale&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/layer&amp;gt;&lt;BR /&gt;&lt;BR /&gt;nshaukat&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have figured it out myself. The value in the &amp;lt;name&amp;gt; tag is not the same as label value in the operational layer. It's the exact name of the feature class in the service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nshaukat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 02:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275072#M8283</guid>
      <dc:creator>NadeemShaukat</dc:creator>
      <dc:date>2010-11-11T02:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275073#M8284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;love the tool, thanks for sharing! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it works great for a single hyperlink, i'm curious if it supports multiple hyperlinks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've tried hacking it but i'm not a flex dev and i don't fully know what i'm doing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried adding another 'layer' to the 'layers' section but that didn't work...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any thoughts or working code examples are very much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AW&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 19:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275073#M8284</guid>
      <dc:creator>AaronWeier</dc:creator>
      <dc:date>2010-11-16T19:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275074#M8285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i figured it out. I simply added a second layer to my map to get the second hyperlink.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed my service to be "dynamic" instead of "feature". Now the identify tool shows two features. This works great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still curious if there is any potential for the tool to handle multiple hyperlinks on a single layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, thanks for the sharing the tool! It's very easy to use and configure!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AW&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 11:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275074#M8285</guid>
      <dc:creator>AaronWeier</dc:creator>
      <dc:date>2010-11-17T11:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275075#M8286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I have looked at the possibility of multiple hyperlinks but as of right now I have no plans to implement this. I have a higher priority of adding the attachment inspector for the next release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 17:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275075#M8286</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-11-17T17:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275076#M8287</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;SPAN&gt;one of my layers requires a proxy to access it.&amp;nbsp; What's the best way to use a proxy for one layer using this widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 00:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275076#M8287</guid>
      <dc:creator>HaroldBostic</dc:creator>
      <dc:date>2010-11-20T00:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275077#M8288</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 for the updated widget it works great! I am wondering what I need to do to change the color of the field names so they are different from the attributes? I had this working in my 1.3 viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brett&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 00:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275077#M8288</guid>
      <dc:creator>BrettFlodine</dc:creator>
      <dc:date>2010-11-22T00:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275078#M8289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the proxy issue, I patterned the methods used in the main config file and set the identifyTask.proxyURL for the layers that require it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 16:32:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275078#M8289</guid>
      <dc:creator>HaroldBostic</dc:creator>
      <dc:date>2010-11-23T16:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Identify 2.1.6</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275079#M8290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Harold,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I will probably be putting out a new version with minor bug fixes and would like to include what you did for the proxy thing as your code would be tested and I don't have any services that need a proxy to test with.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Nov 2010 16:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/identify-2-1-6/m-p/275079#M8290</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-11-24T16:04:13Z</dc:date>
    </item>
  </channel>
</rss>

