<?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 Edit only a selection of features in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654828#M61068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app with a dynamic query of a feature service that changes depending on user input. This adjusts what is displayed to the user depending on their needs. We deploy the editor widget then to work on that feature class. We run into issues with data not part of the original query showing up. Is there a solution to only edit the selectedfeatures from the original query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy the day,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 19:07:46 GMT</pubDate>
    <dc:creator>deleted-user-x7XmeRtVHyGE</dc:creator>
    <dc:date>2016-06-16T19:07:46Z</dc:date>
    <item>
      <title>Edit only a selection of features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654828#M61068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app with a dynamic query of a feature service that changes depending on user input. This adjusts what is displayed to the user depending on their needs. We deploy the editor widget then to work on that feature class. We run into issues with data not part of the original query showing up. Is there a solution to only edit the selectedfeatures from the original query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy the day,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 19:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654828#M61068</guid>
      <dc:creator>deleted-user-x7XmeRtVHyGE</dc:creator>
      <dc:date>2016-06-16T19:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Edit only a selection of features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654829#M61069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Are you using WAB? Or a custom Script? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 20:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654829#M61069</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-06-16T20:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Edit only a selection of features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654830#M61070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using a custom script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 14:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654830#M61070</guid>
      <dc:creator>deleted-user-x7XmeRtVHyGE</dc:creator>
      <dc:date>2016-06-17T14:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Edit only a selection of features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654831#M61071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you right, you want to definition query a layer and edit the resulting features?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 15:00:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654831#M61071</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-06-17T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Edit only a selection of features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654832#M61072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly, if we could apply a geometric query to the layer. We are using the geometry engine to create a selection that is then displayed to the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:28:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/edit-only-a-selection-of-features/m-p/654832#M61072</guid>
      <dc:creator>deleted-user-x7XmeRtVHyGE</dc:creator>
      <dc:date>2016-06-20T13:28:52Z</dc:date>
    </item>
  </channel>
</rss>

