|
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
08-12-2025
02:38 PM
|
0
|
0
|
2411
|
|
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
08-12-2025
08:57 AM
|
0
|
1
|
1557
|
|
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
|
1
|
1
|
1946
|
|
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
|
1170
|
|
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
|
1576
|
|
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
|
5394
|
|
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
|
5508
|
|
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
|
1339
|
|
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
|
5513
|
|
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
|
1589
|
|
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
|
1030
|
|
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
|
2131
|
|
POST
|
both work, new and updating existing. I have shared my test map public for the moment, if you would like to take a look https://www.arcgis.com/home/item.html?id=94c10beba7fb4a87b3cebed1750355c0
... View more
04-04-2025
07:53 AM
|
0
|
1
|
2759
|
|
POST
|
just occurred to me I did make one other change, The variable name 'distance', I modified to distance1 , apologies for omitting that bit. you should see that as an error when authoring the form.
... View more
04-04-2025
07:24 AM
|
0
|
1
|
2764
|
|
POST
|
I tried your script, it works. I just changed the creek layer name and the field name to match my test data. Yes, it will be null if your point features does not exist, but with features in the hosted feature service, it works.
... View more
04-04-2025
06:58 AM
|
0
|
6
|
2771
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | Wednesday | |
| 2 | a week ago | |
| 1 | 09-30-2024 01:06 PM | |
| 1 | 03-09-2026 01:14 PM | |
| 1 | 07-31-2025 05:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|