<?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: FieldCalculator not triggering custom editor tracking Add-In in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1321928#M10238</link>
    <description>&lt;P&gt;As I understand, the '&lt;SPAN&gt;Field Calculator' run as a GP Tool.&amp;nbsp; So you can try this setting:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_0-1692825481395.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/78992i64DF5C59069D3F8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_0-1692825481395.png" alt="Wolf_0-1692825481395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or programmatically:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic9868.html" target="_blank"&gt;SetEnableUndoOn Method—ArcGIS Pro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Either way seemed to work for me:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_1-1692825627041.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/78993i8DC4C8FAD3E0FF0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_1-1692825627041.png" alt="Wolf_1-1692825627041.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2023 21:20:39 GMT</pubDate>
    <dc:creator>Wolf</dc:creator>
    <dc:date>2023-08-23T21:20:39Z</dc:date>
    <item>
      <title>FieldCalculator not triggering custom editor tracking Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1309193#M10047</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So I've created an Add-In for tracking any and all edits made and ensuring fields like LASTUSER, MXCREATIONSTATE, etc. are filled in properly to accomodate our asset management system.&amp;nbsp; All is working, until today when I did some edits using the "Field Calculator" on a table.&amp;nbsp; The edits made by the calculator saved, but none of the fields my Add-In updates got updated.&lt;/P&gt;&lt;P&gt;Are there any known issues with how the Field Calculator works??&lt;/P&gt;&lt;P&gt;I also created this same Add-In for ArcMap, and in ArcMap everything updates properly even when using the Field Calculator.&amp;nbsp; It's just in Pro that we are seeing this issue.&amp;nbsp; We are at ArcGIS Pro 2.9.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 17:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1309193#M10047</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-07-18T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCalculator not triggering custom editor tracking Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1309202#M10048</link>
      <description>The Field Calculator is does its work outside an edit session, so if your are dependent on an 'edit session' existing then those changes would not be caught.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2023 17:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1309202#M10048</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2023-07-18T17:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCalculator not triggering custom editor tracking Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1309207#M10049</link>
      <description>&lt;P&gt;But in Pro there is no such thing as an "edit session" like in ArcMap.&amp;nbsp; You are always in an edit session.&lt;/P&gt;&lt;P&gt;And in ArcMap, the field calculator only works while in an edit session.&lt;/P&gt;&lt;P&gt;In Pro is there someway to modify how the Field Calculator works, so that the edits done in it are 'caught'??&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 18:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1309207#M10049</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-07-18T18:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCalculator not triggering custom editor tracking Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1321613#M10236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/54046"&gt;@NarelleChedzey&lt;/a&gt;&amp;nbsp; Hopefully all is well.&amp;nbsp; Could you maybe have a look at this post and let me know if you have any insight?&amp;nbsp; It seems like our Editor Extension will not fire when we use the Field Calculator to make edits.&amp;nbsp; Is there a way to get it to work?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1321613#M10236</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-08-23T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCalculator not triggering custom editor tracking Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1321928#M10238</link>
      <description>&lt;P&gt;As I understand, the '&lt;SPAN&gt;Field Calculator' run as a GP Tool.&amp;nbsp; So you can try this setting:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_0-1692825481395.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/78992i64DF5C59069D3F8D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_0-1692825481395.png" alt="Wolf_0-1692825481395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or programmatically:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic9868.html" target="_blank"&gt;SetEnableUndoOn Method—ArcGIS Pro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Either way seemed to work for me:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wolf_1-1692825627041.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/78993i8DC4C8FAD3E0FF0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wolf_1-1692825627041.png" alt="Wolf_1-1692825627041.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 21:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1321928#M10238</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2023-08-23T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: FieldCalculator not triggering custom editor tracking Add-In</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1322648#M10244</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/12882"&gt;@Wolf&lt;/a&gt;&amp;nbsp;.&amp;nbsp; Unfortunately, that made no difference for me.&amp;nbsp; With or without that "Enable Undo" checkbox checked, the Editor Extension will not fire when I use the Field Calculator tool.&lt;/P&gt;&lt;P&gt;Any ideas as to what might be going on?&lt;/P&gt;&lt;P&gt;Under standard editing, all of my custom editing tools and other tools (like Attrribute Transfer, Split, etc.) my custom Editor Extension will work.....just not when the Field Calculator runs.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Aug 2023 19:10:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/fieldcalculator-not-triggering-custom-editor/m-p/1322648#M10244</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-08-25T19:10:38Z</dc:date>
    </item>
  </channel>
</rss>

