<?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: Arcgis Pro query params in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-pro-query-params/m-p/1338455#M37459</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/78625"&gt;@AdmirSerifi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for export operation, please use `layerParameterValues` parameter. Pls see the help here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/export-map.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/export-map.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for query operations, use `parameterValues` parameter. Pls see the help here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;when you are constructing a feature layer in your js api code, you are right you need to use `customParameters` but you need to formulate it correctly. In your case, it should be something like&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;customParameters: {
  parameterValues: { netGroupId: 1 }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 21:42:54 GMT</pubDate>
    <dc:creator>TanuHoque</dc:creator>
    <dc:date>2023-10-16T21:42:54Z</dc:date>
    <item>
      <title>Arcgis Pro query params</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-pro-query-params/m-p/1337608#M37419</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;&lt;P&gt;Arcgis Pro offers the possibility in the sql source to use query params and these params must have a default value. My question is: where should I define these parameters in the REST API request so that I can implement different filters in the sql query. I tried with "customParamaters" property as object, but it doesn't work.&lt;/P&gt;&lt;P&gt;Source definition:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-10-13 08_28_33-Edit Query Layer.png" style="width: 606px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83013iC381550C88B41306/image-dimensions/606x412?v=v2" width="606" height="412" role="button" title="2023-10-13 08_28_33-Edit Query Layer.png" alt="2023-10-13 08_28_33-Edit Query Layer.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Query params:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-10-13 08_29_16-Layer Properties_ Basestations.png" style="width: 601px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83014i5DDDA1A2086843CD/image-dimensions/601x360?v=v2" width="601" height="360" role="button" title="2023-10-13 08_29_16-Layer Properties_ Basestations.png" alt="2023-10-13 08_29_16-Layer Properties_ Basestations.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Javascript code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-10-13 08_30_01-● basestation.ts - mds (Workspace) - Visual Studio Code.png" style="width: 594px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83015iF120354D4364C212/image-dimensions/594x453?v=v2" width="594" height="453" role="button" title="2023-10-13 08_30_01-● basestation.ts - mds (Workspace) - Visual Studio Code.png" alt="2023-10-13 08_30_01-● basestation.ts - mds (Workspace) - Visual Studio Code.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This questions is related to "Standardized Queries" option in Arcgis Pro.&lt;/P&gt;&lt;P&gt;THX&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 06:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-pro-query-params/m-p/1337608#M37419</guid>
      <dc:creator>AdmirSerifi</dc:creator>
      <dc:date>2023-10-13T06:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis Pro query params</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-pro-query-params/m-p/1338455#M37459</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/78625"&gt;@AdmirSerifi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for export operation, please use `layerParameterValues` parameter. Pls see the help here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/export-map.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/export-map.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for query operations, use `parameterValues` parameter. Pls see the help here:&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm" target="_blank"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;when you are constructing a feature layer in your js api code, you are right you need to use `customParameters` but you need to formulate it correctly. In your case, it should be something like&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;customParameters: {
  parameterValues: { netGroupId: 1 }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 21:42:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-pro-query-params/m-p/1338455#M37459</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2023-10-16T21:42:54Z</dc:date>
    </item>
  </channel>
</rss>

