<?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: Update multiple features attributes in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157860#M14735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you show me a little snipet of code how to start?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2020 05:39:09 GMT</pubDate>
    <dc:creator>Vakhtang_Zubiashvili</dc:creator>
    <dc:date>2020-02-25T05:39:09Z</dc:date>
    <item>
      <title>Update multiple features attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157858#M14733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created feature table using &lt;EM&gt;pure&lt;/EM&gt;&amp;nbsp;&lt;EM&gt;java script CRUD, &lt;/EM&gt;using&lt;EM&gt;&amp;nbsp;hitTest&amp;nbsp;&lt;/EM&gt;i get my features attributes in table when i click on features on map.&lt;/P&gt;&lt;P&gt;Also i did it using fetch, so if have any idea to use fetch URL will be useful.&lt;/P&gt;&lt;P&gt;Now i want to update selected features attributes &lt;STRONG&gt;at the same time&lt;/STRONG&gt;, like we can on desktop version select column, enter value hit enter or click and update selected features values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know, i have to use &lt;EM&gt;Apply Edits,&lt;/EM&gt;&amp;nbsp;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;but how to update multiple features attributes&amp;nbsp;&amp;nbsp;at the same time.&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 11:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157858#M14733</guid>
      <dc:creator>Vakhtang_Zubiashvili</dc:creator>
      <dc:date>2020-02-24T11:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update multiple features attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157859#M14734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remember that the updateFeatures parameter of &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits"&gt;applyEdits&lt;/A&gt; takes a collection of features. You can pass in your selection of features to be updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 15:04:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157859#M14734</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2020-02-24T15:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Update multiple features attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157860#M14735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you show me a little snipet of code how to start?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 05:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157860#M14735</guid>
      <dc:creator>Vakhtang_Zubiashvili</dc:creator>
      <dc:date>2020-02-25T05:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update multiple features attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157861#M14736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at these discussions for ways to use the parameters (updateFeatures and deleteFeatures)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/242944"&gt;Modifying a FeatureLayer then rendering results&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/message/869457-re-v49-feature-layer-applyedits-bug"&gt;https://community.esri.com/message/869457-re-v49-feature-layer-applyedits-bug&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2020 21:01:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157861#M14736</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2020-02-25T21:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Update multiple features attributes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157862#M14737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for late response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean delete and add features with modified attributes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2020 12:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/update-multiple-features-attributes/m-p/157862#M14737</guid>
      <dc:creator>Vakhtang_Zubiashvili</dc:creator>
      <dc:date>2020-03-12T12:29:54Z</dc:date>
    </item>
  </channel>
</rss>

