<?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>idea Make Form Fields Editable And Calculated Based On Condition in ArcGIS Field Maps Ideas</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-ideas/make-form-fields-editable-and-calculated-based-on/idi-p/1602895</link>
    <description>&lt;P&gt;I want field users to be able to visit a site and have the site name calculated in a form from the geofence they are inside. I have this working in Arcade. I also want users to be able to fill out these forms on the web when they are NOT inside a site geofence, and to be able to choose the site name from the dropdown. I know I can accomplish this in Survey 123, but I want to keep everything in Field Maps forms for this application&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcade.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/129514iF35F7B5810CCBCA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcade.PNG" alt="arcade.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is my expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var geofence = FeatureSetByName($map, "Security_Geofences",['Site'])

var site = First(Intersects($feature, geofence))

if (!IsEmpty(site)) {
    return site['Site']
} else {
    return null
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Apr 2025 17:54:18 GMT</pubDate>
    <dc:creator>LeviCecil</dc:creator>
    <dc:date>2025-04-04T17:54:18Z</dc:date>
    <item>
      <title>Make Form Fields Editable And Calculated Based On Condition</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-ideas/make-form-fields-editable-and-calculated-based-on/idi-p/1602895</link>
      <description>&lt;P&gt;I want field users to be able to visit a site and have the site name calculated in a form from the geofence they are inside. I have this working in Arcade. I also want users to be able to fill out these forms on the web when they are NOT inside a site geofence, and to be able to choose the site name from the dropdown. I know I can accomplish this in Survey 123, but I want to keep everything in Field Maps forms for this application&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcade.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/129514iF35F7B5810CCBCA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcade.PNG" alt="arcade.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is my expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var geofence = FeatureSetByName($map, "Security_Geofences",['Site'])

var site = First(Intersects($feature, geofence))

if (!IsEmpty(site)) {
    return site['Site']
} else {
    return null
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 17:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-ideas/make-form-fields-editable-and-calculated-based-on/idi-p/1602895</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2025-04-04T17:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make Form Fields Editable And Calculated Based On Condition</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-ideas/make-form-fields-editable-and-calculated-based-on/idc-p/1602974#M2169</link>
      <description>&lt;P&gt;This is possible if you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Set the calculation&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Set conditional editing&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If the condition allows editing the user will be able to overwrite the calculated value.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-field-maps-blog/how-to-override-values-for-fields-with-calculated/ba-p/1400566" target="_blank"&gt;https://community.esri.com/t5/arcgis-field-maps-blog/how-to-override-values-for-fields-with-calculated/ba-p/1400566&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 20:25:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-ideas/make-form-fields-editable-and-calculated-based-on/idc-p/1602974#M2169</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2025-04-04T20:25:05Z</dc:date>
    </item>
  </channel>
</rss>

