<?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: What is the JavaScript 4.x way to set the Dynamic Layers parameter for an Identify request? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-javascript-4-x-way-to-set-the-dynamic/m-p/17398#M1625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, thanks. I should have noticed that. I wonder if it will be supported in the future of if they are steering away from this type of request.&amp;nbsp; Regardless, I can&amp;nbsp;build the request manually as you suggested. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 13:42:10 GMT</pubDate>
    <dc:creator>JimLawruk1</dc:creator>
    <dc:date>2017-10-04T13:42:10Z</dc:date>
    <item>
      <title>What is the JavaScript 4.x way to set the Dynamic Layers parameter for an Identify request?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-javascript-4-x-way-to-set-the-dynamic/m-p/17396#M1623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the API for JavaScript 4.5, when executing an &lt;A href="https://resources.arcgis.com/en/help/rest/apiref/identify.html"&gt;Identify&lt;/A&gt; request, how do you set the dynamicLayers parameter?&amp;nbsp; This allows you to run one Identify request for multiple dynamic layers that have a query table data source. In other words, the layers are not defined, but created on the fly.&amp;nbsp; In the 3.x world, you set the IdentifyParameters &lt;A href="https://developers.arcgis.com/javascript/3/jsapi/identifyparameters-amd.html#dynamiclayerinfos"&gt;dynamicLayerInfos&lt;/A&gt; property.&amp;nbsp; In 4.x, the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-support-IdentifyParameters.html"&gt;IdentifyParameters&lt;/A&gt; class no longer has this property.&amp;nbsp; &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:17:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-javascript-4-x-way-to-set-the-dynamic/m-p/17396#M1623</guid>
      <dc:creator>JimLawruk1</dc:creator>
      <dc:date>2017-10-04T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: What is the JavaScript 4.x way to set the Dynamic Layers parameter for an Identify request?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-javascript-4-x-way-to-set-the-dynamic/m-p/17397#M1624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The documentation for IdentifyTask in the 4.X SDK says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P style="color: #4c4c4c; margin-bottom: 1.55rem;"&gt;IdentifyTask is not supported if attempting to be used:&lt;/P&gt;&lt;UL style="color: #4c4c4c; font-size: 0.9375rem; margin-left: 0.775rem; margin-bottom: 15px;"&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;in a 3D&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html" style="color: #0079c1; text-decoration: none;"&gt;SceneView&lt;/A&gt;&lt;/LI&gt;&lt;LI style="margin: 0.3875rem 0px 0.3875rem 1.5rem;"&gt;with dynamic layers&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, the JS API only&amp;nbsp;provides a wrapper around the REST API here. &amp;nbsp;The real functionality to handle this stuff is on the server so there's no reason you can't write your own function to make an identify request (probably using esri/Request) which includes dynamicLayers. &amp;nbsp;The REST API documentation should be useful if you decide to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-javascript-4-x-way-to-set-the-dynamic/m-p/17397#M1624</guid>
      <dc:creator>ThomasSolow</dc:creator>
      <dc:date>2017-10-04T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the JavaScript 4.x way to set the Dynamic Layers parameter for an Identify request?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-javascript-4-x-way-to-set-the-dynamic/m-p/17398#M1625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, thanks. I should have noticed that. I wonder if it will be supported in the future of if they are steering away from this type of request.&amp;nbsp; Regardless, I can&amp;nbsp;build the request manually as you suggested. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/what-is-the-javascript-4-x-way-to-set-the-dynamic/m-p/17398#M1625</guid>
      <dc:creator>JimLawruk1</dc:creator>
      <dc:date>2017-10-04T13:42:10Z</dc:date>
    </item>
  </channel>
</rss>

