<?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: Adding custom business logic to Field Maps in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346691#M7331</link>
    <description>&lt;P&gt;You are close. You have to open that page in Admin mode, which ESRI added a convenient button for at the top right of the page. Should just be able to click it and it will refresh the page&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 14:47:16 GMT</pubDate>
    <dc:creator>KPyne</dc:creator>
    <dc:date>2023-11-07T14:47:16Z</dc:date>
    <item>
      <title>Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345712#M7308</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm just wondering if it's possible to add any logic to field maps.&amp;nbsp; For example, we have features that get yearly inspections so we have a related INSPECTION table to the feature.&amp;nbsp; Each time an inspection happens:&lt;/P&gt;&lt;P&gt;- if this, this and this come up in the inspection, then the STATUS field on the feature needs to be INSPECTED&lt;/P&gt;&lt;P&gt;- or if&amp;nbsp;this, this and this come up in the inspection, then the STATUS field on the feature needs to be WORK REQUIRED&lt;/P&gt;&lt;P&gt;- etc.&lt;/P&gt;&lt;P&gt;Basically, we need to update fields on the feature, based on what fields are filled out on the inspection form.&amp;nbsp; Is it possible to do this??&lt;/P&gt;&lt;P&gt;Currently we are look at VertiGIS Mobile, since it seems to be impossible to get FieldMaps to do this, but I would much prefer to stick with FieldMaps.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 18:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345712#M7308</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-11-03T18:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345731#M7309</link>
      <description>&lt;P&gt;You cannot perform edits on features outside of the Field Map form (as far as I am aware).&lt;/P&gt;&lt;P&gt;However, I do this exact workflow using Field Maps and webhooks. When our related tables are edited (or created) a webhook trigger pushes an update to the related parent feature. It is not the most straightforward process and I wish Field Maps supported editing parent records out of the box but it is functional for now.&lt;/P&gt;&lt;P&gt;ESRI has a decent guide &lt;A href="https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/use-webhooks-to-automate-workflows-in-arcgis-field-maps/" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 18:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345731#M7309</guid>
      <dc:creator>KPyne</dc:creator>
      <dc:date>2023-11-03T18:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345738#M7310</link>
      <description>&lt;P&gt;Great....thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/414904"&gt;@KPyne&lt;/a&gt;&amp;nbsp;.&amp;nbsp; I never even thought of that.&amp;nbsp; At the Dev Summit I talked to some esri guys about possibly using attribute rules for this but not sure if Field Maps supports that yet or not.&lt;/P&gt;&lt;P&gt;I'll check out that link.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 19:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345738#M7310</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-11-03T19:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345744#M7311</link>
      <description>&lt;P&gt;So I think your right about Attribute Rules, but it has to be in an Enterprise/Portal environment (and always connected)? - don't quote me on that, hopefully someone can chime in.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 19:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1345744#M7311</guid>
      <dc:creator>KPyne</dc:creator>
      <dc:date>2023-11-03T19:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346407#M7320</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/414904"&gt;@KPyne&lt;/a&gt;&amp;nbsp; is right. Attribute rules won't help unless we are talking about desktop (ArcGIS Pro) / Enterprise environment. We have struggled with this exact problem too.&lt;/P&gt;&lt;P&gt;The updates in the related table do not trigger a calculated expression in the parent table.&lt;BR /&gt;We use FME to write the calculated result back into the parent table.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 21:52:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346407#M7320</guid>
      <dc:creator>gis_KIWI4</dc:creator>
      <dc:date>2023-11-06T21:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346656#M7328</link>
      <description>&lt;P&gt;Back sometime in the summer some folks from esri did a Webinar on FieldMaps and mentioned how the Attribute Rules functionality was in an upcoming release.&amp;nbsp; They were a little fuzzy on details though like working when disconnected, etc.&lt;/P&gt;&lt;P&gt;With the webhooks what sort of issues have you come across?&amp;nbsp; What sort of backend setup do you need for it to work properly?&amp;nbsp; I believe we are still at Enterprise 10.8, and I was hoping to get this to work in our Portal, not AGOL.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 13:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346656#M7328</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-11-07T13:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346669#M7329</link>
      <description>&lt;P&gt;Hi....so I'm just working through the webhooks sample in the blog.&amp;nbsp; From what I'm reading, as soon as I enable the Editing tracking on the FeatureService, I should be able to see the "WebHooks" option when viewing the feature services URL.....but I don't see that.&amp;nbsp; Can anyone explain how to get "WebHooks" enabled on the feature service??&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrianBulla_0-1699365826738.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85244i6C6BA9E1D30FA57F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrianBulla_0-1699365826738.png" alt="BrianBulla_0-1699365826738.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm going through the tutorial here:&amp;nbsp;&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/use-webhooks-to-automate-workflows-in-arcgis-field-maps/" target="_blank" rel="noopener"&gt;https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/use-webhooks-to-automate-workflows-in-arcgis-field-maps/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 14:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346669#M7329</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-11-07T14:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346691#M7331</link>
      <description>&lt;P&gt;You are close. You have to open that page in Admin mode, which ESRI added a convenient button for at the top right of the page. Should just be able to click it and it will refresh the page&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 14:47:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346691#M7331</guid>
      <dc:creator>KPyne</dc:creator>
      <dc:date>2023-11-07T14:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346695#M7332</link>
      <description>&lt;P&gt;I am pretty sure webhooks are possible in Portal - but I do not know the pros/cons and only have experience setting them up in AGOL.&lt;/P&gt;&lt;P&gt;Once they are setup we use Make.com or Power Automate to build triggers against them&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 14:56:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346695#M7332</guid>
      <dc:creator>KPyne</dc:creator>
      <dc:date>2023-11-07T14:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346725#M7334</link>
      <description>&lt;P&gt;Thanks....so for the Authorize URI and the Token URI, where do I find this information??&amp;nbsp; I am in my developer account, and see the App ID and App Secret, but not sure where to find these URIs.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrianBulla_0-1699373383473.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/85249iE9DEDF86005472E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrianBulla_0-1699373383473.png" alt="BrianBulla_0-1699373383473.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346725#M7334</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-11-07T16:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346729#M7335</link>
      <description>&lt;P&gt;I've setup a Make.com account, so just working through the tutorial.&amp;nbsp; Thanks for your help with this!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:11:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346729#M7335</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2023-11-07T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding custom business logic to Field Maps</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346746#M7336</link>
      <description>&lt;P&gt;No you cannot symbolize by a related table using Arcade since it gets to slow.&amp;nbsp; For me I have had luck making the related table a feature class instead.&amp;nbsp; Then I can just map the inspections instead with them on top of the other points.&amp;nbsp; We even use little check marks sometimes.&amp;nbsp; It also shows us cases where the inspector picked the wrong parent and spatial collection on the child shows us this right away.&amp;nbsp; No real advantage to have it a table so make it a feature class.&lt;/P&gt;&lt;P&gt;Other option is old school Python script that runs on a schedule and clacs the parent fields.&amp;nbsp; So basically attribute rules on a timer.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 16:28:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/adding-custom-business-logic-to-field-maps/m-p/1346746#M7336</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-11-07T16:28:10Z</dc:date>
    </item>
  </channel>
</rss>

