<?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 How do you get the details of the created/edited/deleted feature from Editor Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1304862#M81593</link>
    <description>&lt;P&gt;I implemented same model as per example here&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I have a client side feature layer with series of features, these features have a custom field called "geometryIdentifier".&lt;/P&gt;&lt;P&gt;I want to hook into the workflows associated to extract "geometryIdentifier" details if it is being modified or deleted.&lt;/P&gt;&lt;P&gt;Initially I attached listeneres to layers on edit, but that only returns globalId, ObjectId, error, which are all usless to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried every possible combination and just cannot figure this out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 13:39:27 GMT</pubDate>
    <dc:creator>Aeseir</dc:creator>
    <dc:date>2023-06-30T13:39:27Z</dc:date>
    <item>
      <title>How do you get the details of the created/edited/deleted feature from Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1304862#M81593</link>
      <description>&lt;P&gt;I implemented same model as per example here&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I have a client side feature layer with series of features, these features have a custom field called "geometryIdentifier".&lt;/P&gt;&lt;P&gt;I want to hook into the workflows associated to extract "geometryIdentifier" details if it is being modified or deleted.&lt;/P&gt;&lt;P&gt;Initially I attached listeneres to layers on edit, but that only returns globalId, ObjectId, error, which are all usless to me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried every possible combination and just cannot figure this out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 13:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1304862#M81593</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2023-06-30T13:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the details of the created/edited/deleted feature from Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1304981#M81599</link>
      <description>&lt;P&gt;I think you have to query the feature layer with the provided GlobalID or ObjectID if you want the new values.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 17:21:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1304981#M81599</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2023-06-30T17:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the details of the created/edited/deleted feature from Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1305124#M81607</link>
      <description>&lt;P&gt;Unfortunately that doesn't work in scenarios where the deleteFeatures is triggered, because there is nothing to query.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 02:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1305124#M81607</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2023-07-01T02:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the details of the created/edited/deleted feature from Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1305346#M81614</link>
      <description>&lt;P&gt;You mentioned having a listener on the layer for edits. Can you make the query before the edit is committed?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-core-reactiveUtils.html" target="_blank"&gt;reactiveUtils | API Reference | ArcGIS Maps SDK for JavaScript 4.27 | ArcGIS Developers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 15:10:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1305346#M81614</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2023-07-03T15:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get the details of the created/edited/deleted feature from Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1315800#M81869</link>
      <description>&lt;P&gt;Sorry i missed this, yes i do use reactiveUtils in some cases, but it seems like overkill. Hence why i thought there is a simpler solution.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2023 09:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-you-get-the-details-of-the-created-edited/m-p/1315800#M81869</guid>
      <dc:creator>Aeseir</dc:creator>
      <dc:date>2023-08-05T09:50:31Z</dc:date>
    </item>
  </channel>
</rss>

