<?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: Field Maps Conditional Visibility Between Multiple Forms? in ArcGIS Field Maps Questions</title>
    <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081440#M1428</link>
    <description>&lt;P&gt;Hi Aaron.&amp;nbsp; What I'm trying to do is pretty simple sounding, at least in my head.&amp;nbsp; In field maps, I created a form for a polygon dataset and one for a related table (inventory and inspection datasets).&amp;nbsp; The same way that conditional visibility works between fields within the same form is what I'm trying to do for fields between forms.&amp;nbsp; For example, if a field is attributed as 'No' in the polygon dataset form, I'd like certain fields in the table form to not be visible.&amp;nbsp; Does that make sense?&amp;nbsp; It's something I used to be able to do in the old ArcPad using basic VB script.&amp;nbsp; I don't know if that's what FeatureSets are, I'm not too familiar with that term.&amp;nbsp; Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 17:26:51 GMT</pubDate>
    <dc:creator>ChristopherBowering</dc:creator>
    <dc:date>2021-07-21T17:26:51Z</dc:date>
    <item>
      <title>Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081353#M1426</link>
      <description>&lt;P&gt;Does anyone know if it is possible to set conditional visibility between forms rather than contained within a single form?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 15:32:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081353#M1426</guid>
      <dc:creator>ChristopherBowering</dc:creator>
      <dc:date>2021-07-21T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081431#M1427</link>
      <description>&lt;P&gt;This is not supported today.&lt;/P&gt;&lt;P&gt;Do you want to use FeatureSets as part of the expression to query another layer? Can you provide an example of what you'd like to do?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 17:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081431#M1427</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-07-21T17:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081440#M1428</link>
      <description>&lt;P&gt;Hi Aaron.&amp;nbsp; What I'm trying to do is pretty simple sounding, at least in my head.&amp;nbsp; In field maps, I created a form for a polygon dataset and one for a related table (inventory and inspection datasets).&amp;nbsp; The same way that conditional visibility works between fields within the same form is what I'm trying to do for fields between forms.&amp;nbsp; For example, if a field is attributed as 'No' in the polygon dataset form, I'd like certain fields in the table form to not be visible.&amp;nbsp; Does that make sense?&amp;nbsp; It's something I used to be able to do in the old ArcPad using basic VB script.&amp;nbsp; I don't know if that's what FeatureSets are, I'm not too familiar with that term.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 17:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081440#M1428</guid>
      <dc:creator>ChristopherBowering</dc:creator>
      <dc:date>2021-07-21T17:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081471#M1429</link>
      <description>&lt;P&gt;Yup, that makes sense. We've definitely heard this requirement before.&lt;/P&gt;&lt;P&gt;Currently the conditional visibility expressions can only use information available on the current feature. &lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#featureset" target="_self"&gt;FeatureSets&lt;/A&gt; are a function in Arcade that allow you to query other layers and tables so that you can use those other features as part of your expression. Currently FeatureSets are not supported in the context of the form. It is something we plan to support. The reason it's been deferred is that FeatureSets require asynchronous execution which complicates the form editing user experience.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 18:45:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081471#M1429</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-07-21T18:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081475#M1430</link>
      <description>&lt;P&gt;Are you thinking relatively far down the line for functionality like this?&amp;nbsp; I know Field Maps itself is pretty new in general.&amp;nbsp; Do you know if there are any plans to include field requirement functionality within Collector?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 18:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081475#M1430</guid>
      <dc:creator>ChristopherBowering</dc:creator>
      <dc:date>2021-07-21T18:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081479#M1431</link>
      <description>&lt;P&gt;It likely will be at least December (possibly even further into 2022) before this is implemented.&lt;/P&gt;&lt;P&gt;In Field Maps, you can already require fields when you build the form. There are no plans to update Collector as it is being deprecated at the end of 2021.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 19:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081479#M1431</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-07-21T19:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081485#M1433</link>
      <description>&lt;P&gt;I didn't know that about Collector.&amp;nbsp; I know that required fields are available in Field Maps; currently both apps are being used my my organization - thru Portal and/or AGO - for licensing reasons.&amp;nbsp; Does deprecation mean no longer functional or merely no longer supported?&amp;nbsp; As in, will I still be able to use it after the end of 2021?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 19:09:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081485#M1433</guid>
      <dc:creator>ChristopherBowering</dc:creator>
      <dc:date>2021-07-21T19:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Field Maps Conditional Visibility Between Multiple Forms?</title>
      <link>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081507#M1435</link>
      <description>&lt;P&gt;Here's the &lt;A href="https://www.esri.com/arcgis-blog/products/collector/field-mobility/deprecation-notice-for-selected-field-apps/" target="_self"&gt;deprecation notice&lt;/A&gt; that has some details. The apps will remain in the App Stores but will not be receiving any updates. There will not be any support from Esri Customer Service either.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 19:57:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-conditional-visibility-between-multiple/m-p/1081507#M1435</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-07-21T19:57:38Z</dc:date>
    </item>
  </channel>
</rss>

