POST
|
Ah.. that explains it. Yes, you can modify the editing experience using a form. Click the configure editing button, drag the fields that you want users to edit into the form area. For single line text fields you can change it to multiline.
... View more
Wednesday
|
1
|
0
|
28
|
POST
|
Hello @JasperRomero , Are you using a popup text element? I tried a simple test with Arcade popup element and Text popup element and I see that returns are accounted for in the text popup element. The Arcade popup element looks to be processed as html perhaps? if I put html tags in the string (ex. br) they are honored. Anyway, does the popup text element work for you? And this is what I typed in the form. For the Text element popup definition I have this: Mark
... View more
Wednesday
|
0
|
2
|
59
|
IDEA
|
Hello @CarolineLindhe , If the editable feature layer used in multiple maps always has the same form, you could save the form to the layer using Field Maps Designer, instead of saving to the map. Keep in mind that if there is FormInfo (the definition for the form) saved in the Map and Saved in the layer. The form definition saved in the map will be the one that gets used when the Map is opened. The form information in the layer will be used when creating a new map with that layer, or creating a new layer when used as a template. Additionally, Field Maps provides a new option that will allow you to use the entire map as a template for a new map. I updated this post https://community.esri.com/t5/arcgis-field-maps-questions/create-templates-from-configured-field-maps-forms/m-p/1637952#M11209 with the basic steps. This blog announcement also explains it. https://www.esri.com/arcgis-blog/products/field-maps/field-mobility/whats-new-in-arcgis-field-maps-june-2025 -Mark
... View more
2 weeks ago
|
0
|
0
|
30
|
POST
|
Field Maps designer also has a new Map Template option I reference it in the comments of this similar community post Re: Create templates from configured Field Maps fo... - Page 2 - Esri Community
... View more
3 weeks ago
|
0
|
0
|
151
|
POST
|
For an html popup I have found that using an arcade popup element to create the popup content works quite well. One thing to note: I have the best outcomes starting with an open <div> and finishing with closing </div>.
... View more
3 weeks ago
|
0
|
1
|
153
|
POST
|
Update: This is working in the latest online release. Using the steps above, you can use any feature layer as a template for a new feature layer, retaining the layer definition (popup, forms, symbols, and more) in the newly created feature layer. Also, with Field Maps Designer you can create a map template from an existing map. Then create a new map using the template.
... View more
07-31-2025
05:51 AM
|
0
|
0
|
140
|
POST
|
I took a look, it does work for existing features that are taken offline. The count does not update as attachments are added or removed. It only returns the count of existing attachments when one starts editing the feature. I also noticed It is not working for new features that are created whether online or offline. I see an error using the MapViewer while connected for calculating a field equal to Count(attachment($feature)) Potentially in the feature creation process the "attachment info" is not fully there until the new feature edit is finished? One difference, MapViewer will let you create the feature (submit), when there is an Arcade error. Field maps will not let you submit the feature with this error. If you can log an issue with Tech Support for this, it will help. thanks, Mark
... View more
07-21-2025
10:01 AM
|
1
|
1
|
225
|
POST
|
If you would like to go the HTML route using an Arcade popup element. This maps popup configuration shows a way of using Arcade to generate the HTML. Some things to note: 1. The URL access to feature attachments only works if the service is publicly accessible (shared with everyone). Privately accessible attachments require a token in the URL and currently there is not a good way to provide a token (its a security thing). 2. The Title and various text are using specific field names this is in the 'arcade html' as $feature.fieldname 3. when creating the html it should all be inside a <div> <-- this just works best. 4. If you have multiple image attachments they are stacked in the popup.
... View more
06-16-2025
11:14 AM
|
1
|
0
|
268
|
DOC
|
Have you tried setting a refresh interval on the view layer? On the visualization tab of the view layer item, you can set a refresh interval. This refresh should be honored anywhere that you use the view layer directly. If you also set a refresh interval for the layer in a Map, that interval will override the one that is set on the layer.
... View more
05-14-2025
07:32 AM
|
0
|
0
|
848
|
DOC
|
Oh and some other things to note... if you copy the json from this post.. it adds extra characters that will cause an error. (maybe that is what the JSONLint is about.) also, the input dialog defaults to HTML, set it to JSON.
... View more
05-07-2025
08:26 AM
|
0
|
0
|
962
|
POST
|
@NicoleJohnson @elpinguino Yes, it can be done with a view layer. I was going to reference that same post that you posted Nicole.
... View more
05-07-2025
08:15 AM
|
1
|
0
|
474
|
DOC
|
Slight update to above description. For ArcGIS online at Step 4 you can click the Admin link on the service directories page. Then continue with updating the layer definition.
... View more
05-07-2025
08:13 AM
|
0
|
0
|
967
|
POST
|
The Outdoor basemap uses a Multisource vector tile style. (this blog describes what they are). As you have discovered Multisource vector tiles are not useable offline. The offline tooling does not take them offline correctly and even if it did, there is no implementation in the Maps SDK to draw them. I responded to a similar inquiry last year https://community.esri.com/t5/arcgis-field-maps-questions/field-maps-multi-source-basemaps-support/m-p/1499054 As I stated in the referenced post we have not heard significant requests from the Esri community with regard to prioritizing the work to implement an offline solution for multisource vector tile styles.
... View more
05-06-2025
12:15 PM
|
1
|
0
|
391
|
IDEA
|
Maybe the Frequency Tool would be of use? Frequency can give you a table with all the unique values and the the counts, but if you need the table to look the way you pictured it, some extra table manipulation is going to be required.
... View more
04-29-2025
08:58 AM
|
0
|
0
|
309
|
POST
|
Unfortunately, the fix for this had to be rolled out due to other complications. The form information is not being copied over at this time. Hopefully this will be straightened out for the next release. Using ArcGIS Assistant you can edit the layer's json and manually copy the forminfo from the source layer to the new layer.
... View more
04-21-2025
08:58 AM
|
0
|
0
|
325
|
Title | Kudos | Posted |
---|---|---|
1 | Wednesday | |
1 | 03-03-2025 11:17 AM | |
1 | 07-21-2025 10:01 AM | |
1 | 06-16-2025 11:14 AM | |
1 | 05-07-2025 08:15 AM |
Online Status |
Online
|
Date Last Visited |
6 hours ago
|