<?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: Search all feature layers for a feature in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221335#M78991</link>
    <description>&lt;P&gt;Programmatically, I have an ID for the feature, so i want to programmatically get the feature from the FeatureLayer that corresponds with that ID.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 23:08:04 GMT</pubDate>
    <dc:creator>Aeseir</dc:creator>
    <dc:date>2022-10-12T23:08:04Z</dc:date>
    <item>
      <title>Search all feature layers for a feature</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221016#M78973</link>
      <description>&lt;P&gt;Is there a proper way to bulk search all map feature layers to find a specific feature programmatically by an Object ID or similar attribute?&lt;/P&gt;&lt;P&gt;currently i have to identify the right feature layer, then search that feature layer for the feature, which gets really painful once you have more than one feature layer&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 08:19:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221016#M78973</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2022-10-12T08:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search all feature layers for a feature</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221091#M78978</link>
      <description>&lt;P&gt;Is this search initiated by clicking a point on the map or by entering a value?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 14:03:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221091#M78978</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2022-10-12T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Search all feature layers for a feature</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221335#M78991</link>
      <description>&lt;P&gt;Programmatically, I have an ID for the feature, so i want to programmatically get the feature from the FeatureLayer that corresponds with that ID.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 23:08:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221335#M78991</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2022-10-12T23:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search all feature layers for a feature</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221573#M79005</link>
      <description>&lt;P&gt;Is there only ever exactly one match for a given ID among all the feature layers? In the process of you getting the ID for the feature, there's never any way to determine which feature layer it's intended for? Maybe you can use a combination of fields so you know which feature layer to search?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 14:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221573#M79005</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2022-10-13T14:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search all feature layers for a feature</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221877#M79024</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Each feature has a unique UUID that is assigned. That UUID is applied to ID field (not ObjectID).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My current processes i have built a workaround where I store the feature layer id with the feature as FL_ID, then i extract that feature layer id when i pull the feature data down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I then do a find layer by FL_ID and then queryFeatures() against that feature layer to get the list, with [0] index being the feature i need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ideally if there was a way to say poll the entire layer list for single feature by ID, would simplify the process, thus reducing tech debt.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 05:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-all-feature-layers-for-a-feature/m-p/1221877#M79024</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2022-10-14T05:41:05Z</dc:date>
    </item>
  </channel>
</rss>

