<?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: Calculated expression triggered without editing feature in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1249500#M5174</link>
    <description>&lt;P&gt;How exactly does this work? I have 2 models that I run manually every afternoon. They take points collected with Quick Capture and copy them over to a Workforce Assignments layer (and run a few calculations to populate some attributes). Would converting my models to python and adding them say, a notebook in pro, ensure that every time a new point is added to Quick Capture the models will automatically process the point and add it to my assignments feature service?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 15:44:08 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2023-01-19T15:44:08Z</dc:date>
    <item>
      <title>Calculated expression triggered without editing feature</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190049#M4027</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I have a map with some defined polygons that represent specific areas field users need to patrol. I then have a tracking line that they use to show where all they have patrolled via streaming. We also have a confirmation attribute that basically says whether the area has been patrolled or not, with the default being "No". I have a calculated field that checks whether or not a tracking line intersects the patrolled area, and if so, this confirmation attribute changes to "Yes". The only problem is that they have to click on the patrolled area and edit it for the change to take place. Is there a way to set things up so that the area checks for an intersecting line and auto updates?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Damon&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 19:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190049#M4027</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2022-07-06T19:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated expression triggered without editing feature</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190054#M4028</link>
      <description>&lt;P&gt;Are you comfortable with Python? A script that checks for the intersection and applies the relevant edits would be pretty simple, and could run at frequent intervals.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 19:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190054#M4028</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-07-06T19:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated expression triggered without editing feature</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190302#M4035</link>
      <description>I'm not opposed to it, but I've never written code for ArcGIS outside of Arcade. I'm not even sure which code editor I would use for something like this. Would this be done in ArcGIS Pro, or in Notebooks in AGOL?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2022 11:22:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190302#M4035</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2022-07-07T11:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated expression triggered without editing feature</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190306#M4036</link>
      <description>&lt;P&gt;Either would work. If you don't have experience with writing Python, Pro might be a good place to start. You can take any geoprocessing tools (or even a model) and output the Python, or convert a tool into a scheduled task, which would require little to no actual "coding" on your part.&lt;/P&gt;&lt;P&gt;AGOL Notebooks have the benefit of always being on, so a recurring scheduled script would not be dependent upon leaving one of your physical machines running all the time. They cost credits to run on a schedule, but it's pro-rated based on how long the notebook runs, and a lightweight field calculation is usually very quick.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 11:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190306#M4036</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-07-07T11:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated expression triggered without editing feature</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190324#M4038</link>
      <description>So I can create a script in Pro, that will update a web map or a feature layer stored in AGOL? I wouldn't have guessed that. I really haven't messed with the python portion of ArcGIS Pro at all. If that's the case, I imagine I have a few more use cases for this.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Jul 2022 12:52:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1190324#M4038</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2022-07-07T12:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated expression triggered without editing feature</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1249500#M5174</link>
      <description>&lt;P&gt;How exactly does this work? I have 2 models that I run manually every afternoon. They take points collected with Quick Capture and copy them over to a Workforce Assignments layer (and run a few calculations to populate some attributes). Would converting my models to python and adding them say, a notebook in pro, ensure that every time a new point is added to Quick Capture the models will automatically process the point and add it to my assignments feature service?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 15:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1249500#M5174</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2023-01-19T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated expression triggered without editing feature</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1267006#M5544</link>
      <description>&lt;P&gt;I'm just getting into the notebooks stuff, but yes, I think it would work exactly like that. I don't have any models that I've built to try it with, but I think you can convert it to a python script and then load it into a notebook, and assign it to a monthly/weekly/daily cycle. I've created a couple now to reset two attributes once a month on 5 different layers and it seems to work pretty well.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/calculated-expression-triggered-without-editing/m-p/1267006#M5544</guid>
      <dc:creator>DamonBreen</dc:creator>
      <dc:date>2023-03-13T11:22:24Z</dc:date>
    </item>
  </channel>
</rss>

