<?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 MapManager to query FeatureAcces Service with URL Parameter in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342178#M9094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert Thank you, i forget answer and mark as correct , yes its work perfect, when i call the parameter but i have another problem, I need to set that param value to make a DefinitionQuery to a layer that was add in the webMap, the problem is when i use the getLayersId i just get the basemap id but not the other layer to setDefinitionQuery, do you have any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2018 13:51:23 GMT</pubDate>
    <dc:creator>Juan_ManuelAngel_Cuartas</dc:creator>
    <dc:date>2018-06-08T13:51:23Z</dc:date>
    <item>
      <title>Edit MapManager to query FeatureAcces Service with URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342175#M9091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends, if some one can help me or give any idea how i can query the Feature Access Service in a WebApp Builder if i pass the parameter in the url with the OnLoad Event, i have this code idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;url = &lt;A href="http://localhost/webApp/Index.html?Country=&amp;quot;"&gt;http://localhost/webApp/Index.html?CountryCode =&lt;/A&gt;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the code with javaScript Code and then i pass to QueryTask in JavaScript in the MapManager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mapMain.graphics.clear();&lt;BR /&gt; var x =&amp;nbsp;"URL PARAMETER GET"&lt;BR /&gt; //alert(x);&lt;BR /&gt; var query2 = new Query();&lt;BR /&gt; query2.outFields = ["CODIGO_CATASTRAL,MUNICIPIO"];&lt;BR /&gt; query2.returnGeometry = true;&lt;BR /&gt; query2.where = "COUNTRY_CODE= '"+x+"'";&lt;BR /&gt; queryTask2.execute(query2, CreateGraphics); &lt;BR /&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If some one Have any idea of how to do that its be very helpfull thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 14:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342175#M9091</guid>
      <dc:creator>Juan_ManuelAngel_Cuartas</dc:creator>
      <dc:date>2018-05-30T14:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Edit MapManager to query FeatureAcces Service with URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342176#M9092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In the MapManger.js file you have access to this.urlParams that will give your the url parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 00:18:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342176#M9092</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-06-01T00:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Edit MapManager to query FeatureAcces Service with URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342177#M9093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Did you try my suggestion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 12:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342177#M9093</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-06-08T12:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Edit MapManager to query FeatureAcces Service with URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342178#M9094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert Thank you, i forget answer and mark as correct , yes its work perfect, when i call the parameter but i have another problem, I need to set that param value to make a DefinitionQuery to a layer that was add in the webMap, the problem is when i use the getLayersId i just get the basemap id but not the other layer to setDefinitionQuery, do you have any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 13:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342178#M9094</guid>
      <dc:creator>Juan_ManuelAngel_Cuartas</dc:creator>
      <dc:date>2018-06-08T13:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Edit MapManager to query FeatureAcces Service with URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342179#M9095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If the layer if a FeatureLayer then you have to use the maps&amp;nbsp;graphicsLayerIds property instead of the&amp;nbsp;layerIds property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 14:12:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342179#M9095</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-06-08T14:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Edit MapManager to query FeatureAcces Service with URL Parameter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342180#M9096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert Thank you so much, i can query with the GraphicLayerIds and works perfect !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 15:43:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/edit-mapmanager-to-query-featureacces-service-with/m-p/342180#M9096</guid>
      <dc:creator>Juan_ManuelAngel_Cuartas</dc:creator>
      <dc:date>2018-06-08T15:43:53Z</dc:date>
    </item>
  </channel>
</rss>

