<?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: Multiple Related Records in FlexViewer 2.2 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570578#M16306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Francesco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; No the Query and the Search Widgets without being modified do not have the ability to query related tables. But if you have a FeatureLayer that points to your map service added in your main config.xml for the Flex Viewer then you would just loop through the map.layers to find that layer and then execute the queryRelatedFeatures just like in the sample.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 15:50:27 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2011-03-16T15:50:27Z</dc:date>
    <item>
      <title>Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570570#M16298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hy guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i would like to import the sample of Multiple Related Records in a custom widget for FlexViewer 2.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i can't handle the mapclickHandler on the map FlexViewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 16:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570570#M16298</guid>
      <dc:creator>francescodi_vito</dc:creator>
      <dc:date>2011-03-15T16:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570571#M16299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Francesco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;mx:Image click="{activateSearchTool(DrawTool.MAPPOINT)}" source="assets/images/i_draw_point.png" useHandCursor="true" buttonMode="true" toolTip="some tooltip" width="40" height="40"/&amp;gt;

private function activateSearchTool(value:String):void
{
 setMapAction(value, "Some status text", null, DrawEnd);
}

private function DrawEnd(event:DrawEvent):void
{
 var selectionQuery:Query = new Query();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; selectionQuery.geometry = event.graphic.geometry;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fieldsLayer.selectFeatures(selectionQuery, FeatureLayer.SELECTION_NEW);
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570571#M16299</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T00:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570572#M16300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thaks robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 19:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570572#M16300</guid>
      <dc:creator>francescodi_vito</dc:creator>
      <dc:date>2011-03-15T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570573#M16301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have a curiosity! In the sample&amp;nbsp; i ritrive the WMS with relationship Class into the tag &amp;lt;esri:Map&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In a custom widget i have to insert my WMS with relationship class into declaration or is wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 09:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570573#M16301</guid>
      <dc:creator>francescodi_vito</dc:creator>
      <dc:date>2011-03-16T09:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570574#M16302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Francesco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The declarations section is for non-visual components. If you do not have those layers already added to the map using the main config.xml than you need to add the layers to the map using action script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 12:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570574#M16302</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-16T12:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570575#M16303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks, Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but i published a WMS that contain 4 tables. The tables have a relationship class with the layer oh WMS. So i would like to search any fields of tables with a expresion (ex. &amp;lt; 30) and zoom in on the element of related layer. This is possible by using the search widget or query widget in the FlexViewer 2.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be a pleasure to know any your ideas about this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 14:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570575#M16303</guid>
      <dc:creator>francescodi_vito</dc:creator>
      <dc:date>2011-03-16T14:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570576#M16304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Francesco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Question... Why are you always using WMS? Why not a regular Map Service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 15:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570576#M16304</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-16T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570577#M16305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I developed this same query that I wrote in a custom application and in that case I used a map service. But now I need to replicate the same task in a widget FV of 2.2, but I could not solve the problem using a map service;so I thought that was wrong. If I use a map service that contains the point&amp;nbsp; feature with the related tables, it's possible to use the query or search widget of FV2.2 for a query on related table and after zoom in on the feature class?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 15:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570577#M16305</guid>
      <dc:creator>francescodi_vito</dc:creator>
      <dc:date>2011-03-16T15:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570578#M16306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Francesco,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; No the Query and the Search Widgets without being modified do not have the ability to query related tables. But if you have a FeatureLayer that points to your map service added in your main config.xml for the Flex Viewer then you would just loop through the map.layers to find that layer and then execute the queryRelatedFeatures just like in the sample.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 15:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570578#M16306</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-03-16T15:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Related Records in FlexViewer 2.2</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570579#M16307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok I'll try this way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 16:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/multiple-related-records-in-flexviewer-2-2/m-p/570579#M16307</guid>
      <dc:creator>francescodi_vito</dc:creator>
      <dc:date>2011-03-16T16:07:40Z</dc:date>
    </item>
  </channel>
</rss>

