<?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: Asset collection in Field Maps and making the layer floor aware dynamically in ArcGIS Indoors Questions</title>
    <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1379507#M720</link>
    <description>&lt;P&gt;ArcGIS Online. Thanks for any advice you can share,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/285"&gt;@GauravJobanputra&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 02:03:46 GMT</pubDate>
    <dc:creator>To</dc:creator>
    <dc:date>2024-02-08T02:03:46Z</dc:date>
    <item>
      <title>Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1320949#M556</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;This seems to be more complicated than it needs to be. I am not sure if I am not doing something correct.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Goal: Using Field Maps to collect assets (Points) and make them floor aware during the collection by dynamically passing values from the underlying layer (Units). This is ArcGIS Online.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Layers: Asset layer (Point)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Floor aware layers: Units&amp;gt;&amp;gt;Levels&amp;gt;&amp;gt;Facilities&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Method:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Creating the asset layer with Indoors Schema. All the following fields were included:&lt;OL&gt;&lt;LI&gt;SITE_ID&lt;/LI&gt;&lt;LI&gt;SITE_NAME&lt;/LI&gt;&lt;LI&gt;FACILITY_ID&lt;/LI&gt;&lt;LI&gt;FACILITY_NAME&lt;/LI&gt;&lt;LI&gt;LEVEL_ID&lt;/LI&gt;&lt;LI&gt;LEVEL_NUMBER&lt;/LI&gt;&lt;LI&gt;LEVEL_NAME&lt;/LI&gt;&lt;LI&gt;VERTICAL_ORDER&lt;/LI&gt;&lt;LI&gt;NAME&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Created a domain (all the LEVEL_IDs for the building) for the LEVEL_ID field. The value of the field would be passed as parameter to the Units layer and populate the rest of the fields in the asset layer. Thereby making the asset layer dynamically floor aware.&lt;/LI&gt;&lt;LI&gt;A floor-aware map was created in ArcGIS Pro and published as a webmap, which works well with the floor-picker widget.&lt;/LI&gt;&lt;LI&gt;The webmap is brought into Field Maps. The floor picker works perfectly.&lt;/LI&gt;&lt;LI&gt;Each of the required fields have following Arcade expression:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;var polygon = FeatureSetByName($map, "Units", ["&lt;STRONG&gt;FIELD_NAME&lt;/STRONG&gt;","LEVEL_ID" ])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var ints = Intersects(polygon, $feature)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for(var int in ints)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; if(int["LEVEL_ID"]==$feature.LEVEL_ID)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; {&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return int["&lt;STRONG&gt;FIELD_NAME&lt;/STRONG&gt; "]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; }&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt; All the required fields have values transferred to the point asset layer from Units layer based on the LEVEL_ID. But the LEVEL_ID field cannot be used both as a field to pass the parameter and used as a field for floor filter. Once selected as floor filter field it becomes un-editable and not available in Field Maps form. Hence, the layer remains not floor-aware.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is it that I am doing wrong. Any pointers will be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 22:06:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1320949#M556</guid>
      <dc:creator>ReshmiMukherjee</dc:creator>
      <dc:date>2023-08-21T22:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1330588#M568</link>
      <description>&lt;P&gt;I believe that when you specify LEVE_ID on your point layer as the floor field, then field maps will automatically set the value for you based on the selected level in the floor picker.&amp;nbsp; Then you create expressions to calculate the values for other fields as you've shown.&amp;nbsp; At least this is working for us!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jade_Freeman_0-1695216351434.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/81195iC68E2F879742EB16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jade_Freeman_0-1695216351434.png" alt="Jade_Freeman_0-1695216351434.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:26:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1330588#M568</guid>
      <dc:creator>Jade_Freeman</dc:creator>
      <dc:date>2023-09-20T13:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1332219#M571</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/625551"&gt;@ReshmiMukherjee&lt;/a&gt;&amp;nbsp;I wanted to follow-up to ask if you were able to get this working? I was particularly interested in knowing why you were performing this step?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created a domain (all the LEVEL_IDs for the building) for the LEVEL_ID field. The value of the field would be passed as parameter to the Units layer and populate the rest of the fields in the asset layer. Thereby making the asset layer dynamically floor aware.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Anyways, FieldMaps supports collecting floor-aware features since a few releases. I have included a short demo below. Unless I am missing something, you should not need to pass the level info.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-09-25_17-43-11 (1).gif" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/81585iF27DD99611CF0C34/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-09-25_17-43-11 (1).gif" alt="2023-09-25_17-43-11 (1).gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 00:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1332219#M571</guid>
      <dc:creator>GauravJobanputra</dc:creator>
      <dc:date>2023-09-26T00:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1346666#M601</link>
      <description>&lt;P&gt;We are having a similar issue with editing features in Experience Builder using the editor widget. We do not want our customers to edit indoor data, so we created a customer review layer. This layer is floor aware with a Level_ID field. We want to use Forms to populate the level id dynamically based on an arcade function. However, when you go to format the Form, Level_ID is not an option to format. Yes this works if our editors were using Field Maps, but they are in an office and using the Experience Builder application.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 13:59:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1346666#M601</guid>
      <dc:creator>Kschilly_geo_comm</dc:creator>
      <dc:date>2023-11-07T13:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1377794#M714</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/707504"&gt;@Kschilly_geo_comm&lt;/a&gt;&amp;nbsp;did you find a solution? I'm running into the same problem with ExB.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 20:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1377794#M714</guid>
      <dc:creator>To</dc:creator>
      <dc:date>2024-02-02T20:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1377845#M715</link>
      <description>&lt;P&gt;Does anyone know if there is a solution to automatically populate LevelID while editing in ArcGIS Pro?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 22:10:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1377845#M715</guid>
      <dc:creator>SuzanneLiebergen</dc:creator>
      <dc:date>2024-02-02T22:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1379503#M719</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/707504"&gt;@Kschilly_geo_comm&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/416537"&gt;@To&lt;/a&gt;&amp;nbsp;are you using Experience Builder Developer Edition or the Experience Builder app available in ArcGIS Enterprise or ArcGIS Online?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 01:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1379503#M719</guid>
      <dc:creator>GauravJobanputra</dc:creator>
      <dc:date>2024-02-08T01:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1379507#M720</link>
      <description>&lt;P&gt;ArcGIS Online. Thanks for any advice you can share,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/285"&gt;@GauravJobanputra&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 02:03:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1379507#M720</guid>
      <dc:creator>To</dc:creator>
      <dc:date>2024-02-08T02:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1481022#M795</link>
      <description>&lt;P&gt;We are using ArcGIS online as well, sorry for the late reply.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 12:38:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1481022#M795</guid>
      <dc:creator>Kschilly_geo_comm</dc:creator>
      <dc:date>2024-05-30T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Asset collection in Field Maps and making the layer floor aware dynamically</title>
      <link>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1483963#M796</link>
      <description>&lt;P&gt;There might be a workaround here: &lt;A href="https://community.esri.com/t5/arcgis-indoors-questions/automatically-populating-values-using-arcgis/m-p/1458341#M780" target="_blank"&gt;https://community.esri.com/t5/arcgis-indoors-questions/automatically-populating-values-using-arcgis/m-p/1458341#M780&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 06:40:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-indoors-questions/asset-collection-in-field-maps-and-making-the/m-p/1483963#M796</guid>
      <dc:creator>AnninaHirschiWyss</dc:creator>
      <dc:date>2024-06-04T06:40:11Z</dc:date>
    </item>
  </channel>
</rss>

